OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPendingCommands
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
71
bool
hasPendingCommands
() const { return fAllocator.blockCount() != 0; }
154
bool
hasPendingCommands
();
324
if (fPipeController.
hasPendingCommands
()) {
340
bool DeferredDevice::
hasPendingCommands
() {
341
return fPipeController.
hasPendingCommands
();
358
if (!fPipeController.
hasPendingCommands
()) {
449
if (fPipeController.
hasPendingCommands
()) {
630
bool SkDeferredCanvas::
hasPendingCommands
() const {
631
return this->getDeferredDevice()->
hasPendingCommands
();
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
71
bool
hasPendingCommands
() const { return fAllocator.blockCount() != 0; }
154
bool
hasPendingCommands
();
324
if (fPipeController.
hasPendingCommands
()) {
340
bool DeferredDevice::
hasPendingCommands
() {
341
return fPipeController.
hasPendingCommands
();
358
if (!fPipeController.
hasPendingCommands
()) {
449
if (fPipeController.
hasPendingCommands
()) {
630
bool SkDeferredCanvas::
hasPendingCommands
() const {
631
return this->getDeferredDevice()->
hasPendingCommands
();
[
all
...]
Completed in 500 milliseconds