OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTTCIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h
49
FontIdentity() : fID(0),
fTTCIndex
(0) {}
53
fTTCIndex
== other.
fTTCIndex
&&
61
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/
SkFontHost_fontconfig.cpp
160
*ttcIndex = this->getIdentity().
fTTCIndex
;
172
desc->setFontIndex(this->getIdentity().
fTTCIndex
);
SkFontConfigInterface_direct.cpp
22
size_t size = sizeof(fID) + sizeof(
fTTCIndex
);
29
buffer.write32(
fTTCIndex
);
47
(void)buffer.readS32(&
fTTCIndex
);
66
iden->
fTTCIndex
= 2;
543
outIdentity->
fTTCIndex
= face_index;
699
outIdentity->
fTTCIndex
= face_index;
Completed in 114 milliseconds