Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp405 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, in computeValuesWithHarfbuzz() argument
468 *outTotalAdvance = 0; in computeValuesWithHarfbuzz()
499 *outTotalAdvance += runTotalAdvance; in computeValuesWithHarfbuzz()
523 outAdvances, outTotalAdvance, outGlyphs); in computeValuesWithHarfbuzz()
545 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, in computeRunValuesWithHarfbuzz() argument
564 *outTotalAdvance = 0; in computeRunValuesWithHarfbuzz()
583 *outTotalAdvance = totalAdvance; in computeRunValuesWithHarfbuzz()
DTextLayoutCache.h162 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance,
167 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance,
DTextLayout.h108 jfloat* outAdvances, jfloat* outTotalAdvance);
DTextLayout.cpp320 jfloat* outAdvances, jfloat* outTotalAdvance) { in computeAdvancesWithICU() argument
384 *outTotalAdvance = totalAdvance; in computeAdvancesWithICU()