OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clipDevRect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
302
void
clipDevRect
(const SkIRect& ir, SkRegion::Op op) {
305
this->
clipDevRect
(r, op, false);
307
void
clipDevRect
(const SkRect&, SkRegion::Op, bool doAA);
309
// An optimized version of
clipDevRect
(emptyRect, kIntersect, ...)
426
//
clipDevRect
and clipDevPath call. 0 is reserved to indicate an
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
373
this->
clipDevRect
(r, SkRegion::kReplace_Op, false);
383
this->
clipDevRect
(temp, SkRegion::kReplace_Op, false);
528
void SkClipStack::
clipDevRect
(const SkRect& rect, SkRegion::Op op, bool doAA) {
572
return this->
clipDevRect
(alt, op, doAA);
/external/skia/include/core/
SkClipStack.h
302
void
clipDevRect
(const SkIRect& ir, SkRegion::Op op) {
305
this->
clipDevRect
(r, op, false);
307
void
clipDevRect
(const SkRect&, SkRegion::Op, bool doAA);
309
// An optimized version of
clipDevRect
(emptyRect, kIntersect, ...)
426
//
clipDevRect
and clipDevPath call. 0 is reserved to indicate an
/external/skia/src/core/
SkClipStack.cpp
373
this->
clipDevRect
(r, SkRegion::kReplace_Op, false);
383
this->
clipDevRect
(temp, SkRegion::kReplace_Op, false);
528
void SkClipStack::
clipDevRect
(const SkRect& rect, SkRegion::Op op, bool doAA) {
572
return this->
clipDevRect
(alt, op, doAA);
Completed in 50 milliseconds