OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleBBox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchyRecord.h
25
virtual void
handleBBox
(const SkRect& bounds) SK_OVERRIDE;
SkBBoxHierarchyRecord.cpp
22
void SkBBoxHierarchyRecord::
handleBBox
(const SkRect& bounds) {
76
this->
handleBBox
(drawBounds);
SkBBoxRecord.cpp
49
this->
handleBBox
(SkRect::Make(clipBounds));
67
// Note: The device coordinate outset in SkBBoxHierarchyRecord::
handleBBox
is currently
90
this->
handleBBox
(bbox);
255
this->
handleBBox
(bbox); // directly call
handleBBox
, matrix is ignored
375
this->
handleBBox
(outBounds);
SkBBoxRecord.h
17
* axis-aligned bounding box for each draw that it sees, subclasses implement
handleBBox
()
32
virtual void
handleBBox
(const SkRect& bbox) = 0;
82
* computes an axis-aligned bounding box in device coordinates, then passes it to
handleBBox
()
Completed in 2250 milliseconds