OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTopDevice
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp
59
return canvasForContext(context)->
getTopDevice
()->accessBitmap(false);
469
const SkBitmap& bitmap = m_layerBuffer->context()->platformContext()->canvas()->
getTopDevice
()->accessBitmap(true);
505
canvas()->
getTopDevice
()->accessBitmap(true));
/external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp
69
const SkBitmap& bitmap = context->platformContext()->canvas()->
getTopDevice
()->accessBitmap(false);
77
SkBitmap& bitmap = const_cast<SkBitmap&>(context->platformContext()->canvas()->
getTopDevice
()->accessBitmap(false));
88
SkBitmap& bitmap = const_cast<SkBitmap&>(context->platformContext()->canvas()->
getTopDevice
()->accessBitmap(false));
559
SkBitmap& bitmap = const_cast<SkBitmap&>(helper.context()->platformContext()->canvas()->
getTopDevice
()->accessBitmap(false));
/external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp
83
const SkBitmap& bitmap = canvas->
getTopDevice
()->accessBitmap(true);
547
const SkBitmap& sourceBitmap = canvas->
getTopDevice
()->accessBitmap(false);
/external/skia/include/core/
SkCanvas.h
98
* the previous device).
getTopDevice
() returns the top-most device current
109
SkDevice*
getTopDevice
(bool updateMatrixClip = false) const;
[
all
...]
/external/skia/legacy/include/core/
SkCanvas.h
90
* the previous device).
getTopDevice
() returns the top-most device current
95
SkDevice*
getTopDevice
() const;
[
all
...]
/external/skia/legacy/src/core/
SkCanvas.cpp
494
SkDevice* SkCanvas::
getTopDevice
() const {
767
if (!this->
getTopDevice
()->allowImageFilter(paint->getImageFilter())) {
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
605
SkDevice* SkCanvas::
getTopDevice
(bool updateMatrixClip) const {
857
if (!this->
getTopDevice
()->allowImageFilter(paint->getImageFilter())) {
[
all
...]
Completed in 1269 milliseconds