OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startCoord
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/codec/
SkCodecPriv.h
75
int
startCoord
= get_start_coord(sampleFactor);
78
if (srcCoord <
startCoord
|| get_dst_coord(srcCoord, sampleFactor) >= scaledDim) {
83
return ((srcCoord -
startCoord
) % sampleFactor) == 0;
/external/skqp/src/codec/
SkCodecPriv.h
75
int
startCoord
= get_start_coord(sampleFactor);
78
if (srcCoord <
startCoord
|| get_dst_coord(srcCoord, sampleFactor) >= scaledDim) {
83
return ((srcCoord -
startCoord
) % sampleFactor) == 0;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java
58
Rect
startCoord
= findDocument(startLabel).getBounds();
60
double diffX = endCoord.centerX() -
startCoord
.centerX();
61
double diffY = endCoord.centerY() -
startCoord
.centerY();
66
points[i] = new Point(
startCoord
.centerX(),
startCoord
.centerY());
71
int newX =
startCoord
.centerX() + (int) (diffX / TRAVELING_STEPS * i);
72
int newY =
startCoord
.centerY() + (int) (diffY / TRAVELING_STEPS * i);
DirectoryListBot.java
302
Rect
startCoord
= findDocument(label).getBounds();
303
rightClickDocument(new Point(
startCoord
.centerX(),
startCoord
.centerY()));
/external/freetype/src/truetype/
ttgxvar.h
81
FT_Fixed
startCoord
;
/external/freetype/include/freetype/internal/
cfftypes.h
125
FT_Fixed
startCoord
;
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
[
all
...]
Completed in 1757 milliseconds