OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yInterval
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp
397
SkScalar
yInterval
= SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1);
404
canvas->translate(0,
yInterval
);
406
canvas->translate(xInterval, -
yInterval
* slices);
[
all
...]
SkpSkGrTest.cpp
338
int
yInterval
= SkTMax(pHeight - maxDimension, 0) / (slices - 1);
346
canvas->translate(0, SkIntToScalar(
yInterval
));
348
canvas->translate(SkIntToScalar(xInterval), SkIntToScalar(-
yInterval
* slices));
Completed in 167 milliseconds