OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalarArray
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
TextLayout.cpp
323
SkScalar*
scalarArray
= (SkScalar*)outAdvances;
344
widths = paint->getTextWidths(text, count << 1,
scalarArray
);
347
widths = paint->getTextWidths(text, count << 1,
scalarArray
);
361
totalAdvance += outAdvances[p++] = SkScalarToFloat(
scalarArray
[i]);
378
totalAdvance += outAdvances[i] = SkScalarToFloat(
scalarArray
[i]);
Paint.cpp
441
SkScalar*
scalarArray
= (SkScalar*)widthsArray;
443
count = paint->getTextWidths(text, count << 1,
scalarArray
);
445
widthsArray[i] = SkScalarToFloat(
scalarArray
[i]);
601
jfloat
scalarArray
[count];
604
scalarArray
, NULL /* dont need totalAdvance */);
606
SkScalar
scalarArray
[count];
626
widths = paint->getTextWidths(buffer, count << 1,
scalarArray
);
628
widths = paint->getTextWidths(text + start, count << 1,
scalarArray
);
641
scalarArray
[i] = 0;
643
scalarArray
[i] = scalarArray[--p]
[
all
...]
Completed in 576 milliseconds