HomeSort by: relevance | last modified time | path
    Searched defs:ExStyle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h 83 Optional<uint32_t> ExStyle;
ResourceScriptParser.cpp 407 if (TypeToken->equals_lower("EXSTYLE"))
536 // [class] text, id, x, y, width, height [, style] [, exstyle] [, helpID]
537 // [class] id, x, y, width, height [, style] [, exstyle] [, helpID]
560 // CONTROL text, id, class, style, x, y, width, height [, exstyle] [, helpID]
581 Optional<uint32_t> ExStyle;
584 ExStyle = *Val;
593 (*Args)[2], (*Args)[3], Style, ExStyle, HelpID, Class);
ResourceFileWriter.cpp 518 ObjectData.ExStyle = Stmt->Value;
1074 uint32_t ExStyle = ObjectData.ExStyle.getValueOr(0);
1093 ulittle32_t(ExStyle)};
1104 ulittle32_t(Res->HelpID), ulittle32_t(ExStyle), ulittle32_t(UsedStyle)};

Completed in 20 milliseconds