Home
last modified time | relevance | path

Searched refs:getAxes (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkFontArguments.h67 const Axis* getAxes(int* axisCount) const { in getAxes() function
/external/skia/src/ports/
DSkFontHost_FreeType.cpp437 SkFixed* getAxes() { return fFaceRec ? fFaceRec->fAxes.get() : nullptr; } in getAxes() function in AutoFTAccess
1558 coordinates[i].value = SkFixedToScalar(fta.getAxes()[i]); in onGetVariationDesignPosition()