OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yCoordinate
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
AnchorTables.cpp
55
le_int16 y = SWAPW(
yCoordinate
);
69
le_int16 y = SWAPW(
yCoordinate
);
81
le_int16 y = SWAPW(
yCoordinate
);
AnchorTables.h
25
le_int16
yCoordinate
;
/external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp
79
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++
yCoordinate
) {
81
RefPtr<Tile> currentTile = tileAt(Tile::Coordinate(xCoordinate,
yCoordinate
));
138
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++
yCoordinate
) {
140
Tile::Coordinate currentCoordinate(xCoordinate,
yCoordinate
);
234
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++yCoordinate)
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
245
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++
yCoordinate
) {
247
RefPtr<TiledDrawingAreaTile> currentTile = tileAt(TiledDrawingAreaTile::Coordinate(xCoordinate,
yCoordinate
));
339
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++
yCoordinate
) {
341
TiledDrawingAreaTile::Coordinate currentCoordinate(xCoordinate,
yCoordinate
);
438
for (unsigned
yCoordinate
= topLeft.y();
yCoordinate
<= bottomRight.y(); ++yCoordinate)
[
all
...]
Completed in 47 milliseconds