Searched refs:pTagCode (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.cxx | 116 …const FourCharCode pTagCode = (pTagName[0]<<24) + (pTagName[1]<<16) + (pTagName[2]<<8) + (pTagName… in GetFontTable() local 121 OSStatus eStatus = ATSFontGetTable( rATSFont, pTagCode, 0, 0, NULL, &nBufSize ); in GetFontTable() 129 eStatus = ATSFontGetTable( rATSFont, pTagCode, 0, nBufSize, (void*)pResultBuf, &nRawLength ); in GetFontTable()
|
Completed in 14 milliseconds