Home
last modified time | relevance | path

Searched refs:outAdvances (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
467 outAdvances->clear(); in computeValuesWithHarfbuzz()
497 outAdvances, &runTotalAdvance, outGlyphs); in computeValuesWithHarfbuzz()
523 outAdvances, outTotalAdvance, outGlyphs); in computeValuesWithHarfbuzz()
545 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance, in computeRunValuesWithHarfbuzz() argument
563 outAdvances->insertAt(0, outAdvances->size(), count); in computeRunValuesWithHarfbuzz()
571 outAdvances->add(currentAdvance); in computeRunValuesWithHarfbuzz()
576 outAdvances->add(0); in computeRunValuesWithHarfbuzz()
580 outAdvances->add(currentAdvance); in computeRunValuesWithHarfbuzz()
588 (*outAdvances)[i], shaperItem.log_clusters[i], totalAdvance); in computeRunValuesWithHarfbuzz()
DTextLayout.cpp320 jfloat* outAdvances, jfloat* outTotalAdvance) { in computeAdvancesWithICU() argument
323 SkScalar* scalarArray = (SkScalar*)outAdvances; in computeAdvancesWithICU()
361 totalAdvance += outAdvances[p++] = SkScalarToFloat(scalarArray[i]); in computeAdvancesWithICU()
367 outAdvances[p++] = 0; in computeAdvancesWithICU()
370 LOGD("icu-adv = %f - total = %f", outAdvances[i], totalAdvance); in computeAdvancesWithICU()
378 totalAdvance += outAdvances[i] = SkScalarToFloat(scalarArray[i]); in computeAdvancesWithICU()
380 LOGD("icu-adv = %f - total = %f", outAdvances[i], totalAdvance); in computeAdvancesWithICU()
DTextLayoutCache.h162 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance,
167 Vector<jfloat>* const outAdvances, jfloat* outTotalAdvance,
DTextLayout.h108 jfloat* outAdvances, jfloat* outTotalAdvance);