Home
last modified time | relevance | path

Searched defs:getCollectionIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/core/
DSkFontArguments.h71 int getCollectionIndex() const { in getCollectionIndex() function
/third_party/skia/m133/include/core/
DSkFontArguments.h73 int getCollectionIndex() const { in getCollectionIndex() function
/third_party/skia/src/core/
DSkFontDescriptor.h83 int getCollectionIndex() const { return fCollectionIndex; } in getCollectionIndex() function
/third_party/skia/m133/src/core/
DSkFontDescriptor.h106 int getCollectionIndex() const { return fCollectionIndex; } in getCollectionIndex() function
/third_party/skia/m133/src/ports/
DSkFontMgr_android_ndk.cpp179 size_t getCollectionIndex() const { return fAPI.AFont_getCollectionIndex(fFont); } in getCollectionIndex() function