Searched refs:fFontIndex (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkFontDescriptor.h32 int getFontIndex() const { return fFontIndex; }
41 void setFontIndex(int index) { fFontIndex = index; }
48 int fFontIndex; member in class:SkFontDescriptor
H A DSkFontDescriptor.cpp25 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) : fFontIndex(0), fStyle(style) { }
61 SkFontDescriptor::SkFontDescriptor(SkStream* stream) : fFontIndex(0) {
76 fFontIndex = read_uint(stream);
102 if (fFontIndex) {
103 write_uint(stream, fFontIndex, kFontIndex);
/external/skia/tools/
H A Dcreate_test_font.cpp34 int fFontIndex; member in struct:FontDesc
380 fontDesc.fFontIndex = fontIndex;
390 fontDesc.fFontIndex = gWritten.count();
433 gStyleName[desc.fStyle], desc.fFontIndex, desc.fFile);

Completed in 126 milliseconds