Searched refs:scalarArray (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp119 SkScalar* scalarArray = (SkScalar*)outAdvances; local
140 widths = paint->getTextWidths(text, count << 1, scalarArray);
143 widths = paint->getTextWidths(text, count << 1, scalarArray);
157 totalAdvance += outAdvances[p++] = SkScalarToFloat(scalarArray[i]);
174 totalAdvance += outAdvances[i] = SkScalarToFloat(scalarArray[i]);
H A DPaint.cpp630 jfloat scalarArray[count]; local
633 scalarArray, NULL /* dont need totalAdvance */);
643 while (pos < count && scalarArray[pos] == 0) {
653 while (pos > 0 && scalarArray[pos] == 0) {
659 if (scalarArray[pos] == 0) {

Completed in 605 milliseconds