HomeSort by relevance Sort by last modified time
    Searched refs:getAdvances (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 76 memcpy(resultAdvances, value->getAdvances(), value->getAdvancesCount() * sizeof(jfloat));
TextLayoutCache.h 127 inline const jfloat* getAdvances() const { return mAdvances.array(); }
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 318 static FT_Error getAdvances(FT_Face face, FT_UInt start, FT_UInt count,
367 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
563 getAdvances(face, gID, advanceCount, FT_LOAD_NO_SCALE,
    [all...]

Completed in 891 milliseconds