HomeSort by relevance Sort by last modified time
    Searched defs:realThis (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp 94 PortableFontInstance *realThis = (PortableFontInstance *) this;
96 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag);
98 if (realThis->fNAMETable != NULL) {
99 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
100 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
127 PortableFontInstance *realThis = (PortableFontInstance *) this;
129 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag);
131 if (realThis->fNAMETable != NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 261 PortableFontInstance *realThis = (PortableFontInstance *) this;
263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
265 if (realThis->fNAMETable != NULL) {
266 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
267 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
294 PortableFontInstance *realThis = (PortableFontInstance *) this;
296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
298 if (realThis->fNAMETable != NULL)
    [all...]
  /external/icu4c/test/letest/
PortableFontInstance.cpp 261 PortableFontInstance *realThis = (PortableFontInstance *) this;
263 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
265 if (realThis->fNAMETable != NULL) {
266 realThis->fNameCount = SWAPW(realThis->fNAMETable->count);
267 realThis->fNameStringOffset = SWAPW(realThis->fNAMETable->stringOffset);
294 PortableFontInstance *realThis = (PortableFontInstance *) this;
296 realThis->fNAMETable = (const NAMETable *) readFontTable(nameTag);
298 if (realThis->fNAMETable != NULL)
    [all...]

Completed in 128 milliseconds