OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tileH
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
SKPBench.cpp
58
tileH
= gpu ? FLAGS_GPUbenchTileH : FLAGS_CPUbenchTileH;
61
tileH
= SkTMin(
tileH
, bounds.height());
64
int yTiles = SkScalarCeilToInt(bounds.height() / SkIntToScalar(
tileH
));
69
SkImageInfo ii = canvas->imageInfo().makeWH(tileW,
tileH
);
71
for (int y = bounds.fTop; y < bounds.fBottom; y +=
tileH
) {
73
const SkIRect tileRect = SkIRect::MakeXYWH(x, y, tileW,
tileH
);
/packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java
394
float
tileH
= scale * tileBitmap.getHeight();
395
final RectF dst = new RectF(0, 0, tileW,
tileH
);
400
for (int j = 0; j < spanY; j++, ty +=
tileH
) {
417
int yoffset = (int) ((
tileH
- appIconSize * iconScale) / 2);
Completed in 45 milliseconds