Home
last modified time | relevance | path

Searched refs:pTagCode (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx116 …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 17 milliseconds