HomeSort by relevance Sort by last modified time
    Searched refs:fTTCIndex (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 47 FontIdentity() : fID(0), fTTCIndex(0) {}
51 fTTCIndex == other.fTTCIndex &&
59 int32_t fTTCIndex;
  /external/skia/include/ports/
SkFontConfigInterface.h 47 FontIdentity() : fID(0), fTTCIndex(0) {}
51 fTTCIndex == other.fTTCIndex &&
59 int32_t fTTCIndex;
  /external/chromium_org/skia/ext/
skia_utils_base.cc 35 identity->fTTCIndex = reply_ttcIndex;
48 pickle->WriteUInt32(identity.fTTCIndex) &&
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 22 size_t size = sizeof(fID) + sizeof(fTTCIndex);
29 buffer.write32(fTTCIndex);
47 (void)buffer.readS32(&fTTCIndex);
66 iden->fTTCIndex = 2;
537 outIdentity->fTTCIndex = face_index;
693 outIdentity->fTTCIndex = face_index;
SkFontHost_fontconfig.cpp 203 *ttcIndex = this->getIdentity().fTTCIndex;
SkFontConfigInterface_android.cpp 433 outFontIdentifier->fTTCIndex = 0;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 22 size_t size = sizeof(fID) + sizeof(fTTCIndex);
29 buffer.write32(fTTCIndex);
47 (void)buffer.readS32(&fTTCIndex);
66 iden->fTTCIndex = 2;
537 outIdentity->fTTCIndex = face_index;
693 outIdentity->fTTCIndex = face_index;
SkFontHost_fontconfig.cpp 203 *ttcIndex = this->getIdentity().fTTCIndex;
SkFontConfigInterface_android.cpp 433 outFontIdentifier->fTTCIndex = 0;
    [all...]

Completed in 301 milliseconds