Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkFontArguments.h73 int getCollectionIndex() const { in getCollectionIndex() function
/aosp_15_r20/external/skia/src/core/
H A DSkFontDescriptor.h106 int getCollectionIndex() const { return fCollectionIndex; } in getCollectionIndex() function
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_android_ndk.cpp180 size_t getCollectionIndex() const { return fAPI.AFont_getCollectionIndex(fFont); } in getCollectionIndex() function