Lines Matching defs:realThis
285 PortableFontInstance *realThis = (PortableFontInstance *) this;
287 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
289 if (realThis->fNAMETable != NULL) {
290 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
291 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
318 PortableFontInstance *realThis = (PortableFontInstance *) this;
320 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
322 if (realThis->fNAMETable != NULL) {
323 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
324 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
368 PortableFontInstance *realThis = (PortableFontInstance *) this;
371 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
375 realThis->fHMTXTable = (const HMTXTable *) readFontTable(hmtxTag);