OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTTCIndex
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/ports/
SkFontConfigInterface.h
48
FontIdentity() : fID(0),
fTTCIndex
(0) {}
52
fTTCIndex
== other.
fTTCIndex
&&
60
int32_t
fTTCIndex
;
105
return SkTypeface::CreateFromStream(this->openStream(identity), identity.
fTTCIndex
);
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
27
size_t size = sizeof(fID) + sizeof(
fTTCIndex
);
34
buffer.write32(
fTTCIndex
);
52
(void)buffer.readS32(&
fTTCIndex
);
71
iden->
fTTCIndex
= 2;
522
outIdentity->
fTTCIndex
= face_index;
SkFontHost_fontconfig.cpp
222
*ttcIndex = this->getIdentity().
fTTCIndex
;
Completed in 185 milliseconds