OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tileRects
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
SKPAnimationBench.cpp
33
for (int j = 0; j < this->
tileRects
().count(); ++j) {
34
SkMatrix trans = SkMatrix::MakeTrans(-1.f * this->
tileRects
()[j].fLeft,
35
-1.f * this->
tileRects
()[j].fTop);
40
for (int j = 0; j < this->
tileRects
().count(); ++j) {
SKPBench.h
47
const SkTDArray<SkIRect>&
tileRects
() const { return fTileRects; }
Completed in 47 milliseconds