OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalAdvance
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/libs/hwui/tests/unit/
FontRendererTests.cpp
41
float
totalAdvance
;
44
&glyphs, &positions, &
totalAdvance
, &bounds);
TextDropShadowCacheTests.cpp
41
float
totalAdvance
;
44
&glyphs, &positions, &
totalAdvance
, &bounds);
/frameworks/base/libs/hwui/hwui/
Canvas.cpp
83
const SkPaint& paint, float x, float y, MinikinRect& bounds, float
totalAdvance
)
92
,
totalAdvance
(
totalAdvance
) {
123
bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom,
totalAdvance
);
130
bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom,
totalAdvance
);
134
bounds.mLeft, bounds.mTop, bounds.mRight, bounds.mBottom,
totalAdvance
);
146
float
totalAdvance
;
/frameworks/base/libs/hwui/tests/common/
TestUtils.cpp
67
float
totalAdvance
= 0;
77
outPositions->push_back(
totalAdvance
);
83
glyphBounds.translate(
totalAdvance
+ skGlyph.fLeft, skGlyph.fTop);
89
totalAdvance
+= skWidth;
92
*outTotalAdvance =
totalAdvance
;
/frameworks/base/core/java/android/text/
MeasuredText.java
191
float
totalAdvance
= 0;
197
totalAdvance
+=
203
totalAdvance
+= mBuilder.addStyleRun(paint, q, i, isRtl);
212
return
totalAdvance
;
/frameworks/base/graphics/java/android/graphics/
Paint.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 628 milliseconds