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

  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 119 SkScalar* scalarArray = (SkScalar*)outAdvances;
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]);
Paint.cpp 588 jfloat scalarArray[count];
591 scalarArray, NULL /* dont need totalAdvance */);
601 while (pos < count && scalarArray[pos] == 0) {
611 while (pos > 0 && scalarArray[pos] == 0) {
617 if (scalarArray[pos] == 0) {
    [all...]

Completed in 36 milliseconds