Searched refs:StringFormat (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusstringformat.h | 22 class StringFormat : public GdiplusBase 25 StringFormat(INT formatFlags = 0, LANGID language = LANG_NEUTRAL) : nativeFormat(NULL) in nativeFormat() 30 StringFormat(const StringFormat *format) : nativeFormat(NULL) in StringFormat() function 35 StringFormat * 44 StringFormat *newFormat = new StringFormat(cloneFormat, lastStatus); in Clone() 50 ~StringFormat() in ~StringFormat() 55 static const StringFormat * 61 static const StringFormat * 203 StringFormat(GpStringFormat *format, Status status) : nativeFormat(format), lastStatus(status) in StringFormat() function 217 getNat(const StringFormat *sf) in getNat() [all …]
|
H A D | gdiplusbase.h | 64 class StringFormat; variable 110 getNat(const StringFormat *sf);
|
H A D | gdipluspath.h | 305 const StringFormat *format) in AddString() 320 const StringFormat *format) in AddString() 336 const StringFormat *format) in AddString() 352 const StringFormat *format) in AddString()
|
H A D | gdiplusgraphics.h | 572 const StringFormat *stringFormat, in DrawString() 594 const StringFormat *stringFormat, in DrawString() 1250 const StringFormat *stringFormat, in MeasureCharacterRanges() 1282 const StringFormat *stringFormat, in MeasureString() 1294 const StringFormat *stringFormat, in MeasureString() 1308 const StringFormat *stringFormat, in MeasureString()
|