Home
last modified time | relevance | path

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

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