Searched refs:fRedrawRequestPending (Results 1 - 4 of 4) sorted by relevance

/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h17 BOOL fRedrawRequestPending; variable
H A DSkSampleUIView.mm264 fRedrawRequestPending = false;
376 fRedrawRequestPending = false;
452 if (!fRedrawRequestPending) {
453 fRedrawRequestPending = true;
/external/skia/src/views/mac/
H A DSkNSView.h23 BOOL fRedrawRequestPending; variable
H A DSkNSView.mm43 fRedrawRequestPending = false;
135 fRedrawRequestPending = false;
164 if (!fRedrawRequestPending) {
165 fRedrawRequestPending = true;

Completed in 175 milliseconds