OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mid_x
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java
42
private static float
MID_X
= 0.8f;
89
assertMatrixValue(
MID_X
, MID_Y, values);
129
assertMatrixValue(
MID_X
, MID_Y, values);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
636
hb_codepoint_t
mid_x
= record->secondGlyph;
local
637
if (x <
mid_x
)
639
else if (x >
mid_x
)
[
all
...]
Completed in 740 milliseconds