OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pictureCull
(Results
1 - 2
of
2
) sorted by null
/external/skia/debugger/
SkDebugger.cpp
24
SkScalarCeilToInt(this->
pictureCull
().width()),
25
SkScalarCeilToInt(this->
pictureCull
().height()));
36
SkCanvas* canvas = recorder.beginRecording(this->
pictureCull
().width(),
37
this->
pictureCull
().height());
130
overview->appendScalar(this->
pictureCull
().fLeft);
132
overview->appendScalar(this->
pictureCull
().fTop);
134
overview->appendScalar(this->
pictureCull
().fRight);
136
overview->appendScalar(this->
pictureCull
().fBottom);
SkDebugger.h
88
SkRect
pictureCull
() const {
Completed in 2117 milliseconds