OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fbounder
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/core/
SkDrawProcs.h
10
SkBounder*
fBounder
;
SkDraw.cpp
42
// note: initializing
fBounder
is done only to fix a warning
43
SkAutoRestoreBounder() : fDraw(NULL),
fBounder
(NULL) {}
46
fDraw->
fBounder
=
fBounder
;
52
fBounder
= draw->
fBounder
;
53
fDraw->
fBounder
= NULL;
58
SkBounder*
fBounder
;
286
if (
fBounder
&& !
fBounder
->doIRect(devRect))
[
all
...]
SkCanvas.cpp
220
fBounder
= canvas->getBounder();
246
if (
fBounder
) {
247
fBounder
->setClip(fClip);
344
SkAutoBounderCommit(SkBounder* bounder) :
fBounder
(bounder) {}
346
if (NULL !=
fBounder
) {
347
fBounder
->commit();
351
SkBounder*
fBounder
;
383
SkAutoBounderCommit ac(
fBounder
); \
391
fBounder
= NULL;
426
fBounder
->safeUnref()
[
all
...]
SkScalerContext.cpp
449
draw.
fBounder
= NULL;
/external/skia/include/core/
SkDraw.h
36
SkDraw() : fDevice(NULL),
fBounder
(NULL), fProcs(NULL) {}
87
SkBounder*
fBounder
; // optional
SkCanvas.h
639
SkBounder* getBounder() const { return
fBounder
; }
[
all
...]
/external/skia/src/effects/
SkLayerRasterizer.cpp
140
draw.
fBounder
= NULL;
Completed in 100 milliseconds