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/chromium_org/third_party/skia/debugger/
SkDebugger.cpp
31
fDebugCanvas = new SkDebugCanvas(SkScalarCeilToInt(this->
pictureCull
().width()),
32
SkScalarCeilToInt(this->
pictureCull
().height()));
43
SkCanvas* canvas = recorder.beginRecording(this->
pictureCull
().width(),
44
this->
pictureCull
().height());
145
overview->appendScalar(this->
pictureCull
().fLeft);
147
overview->appendScalar(this->
pictureCull
().fTop);
149
overview->appendScalar(this->
pictureCull
().fRight);
151
overview->appendScalar(this->
pictureCull
().fBottom);
SkDebugger.h
94
SkRect
pictureCull
() const {
Completed in 2370 milliseconds