OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoDrawLooper
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkCanvas.cpp
438
class
AutoDrawLooper
{
443
AutoDrawLooper
(SkCanvas* canvas, const SkSurfaceProps& props, const SkPaint& paint,
473
* Remove the imagefilter and the xfermode from the paint that we (
AutoDrawLooper
)
516
~
AutoDrawLooper
() {
557
bool
AutoDrawLooper
::doNext(SkDrawFilter::Type drawType) {
604
AutoDrawLooper
looper(this, fProps, paint, skipLayerForFilter, bounds); \
611
AutoDrawLooper
looper(this, fProps, paint, true); \
617
AutoDrawLooper
looper(this, fProps, paint, false, bounds); \
623
AutoDrawLooper
looper(this, fProps, paint, false, bounds); \
[
all
...]
/external/skia/include/core/
SkCanvas.h
[
all
...]
Completed in 44 milliseconds