Searched refs:fChildHasID (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPath.h23 bool childHasID() { return SkToBool(fChildHasID); }
46 SkBool8 fChildHasID; member in class:SkDrawPath
H A DSkDisplayPost.h51 SkBool8 fChildHasID; member in class:SkPost
H A DSkDrawPath.cpp39 fChildHasID = false;
126 if (fChildHasID == false) {
157 fChildHasID = true;
H A DSkDisplayPost.cpp42 fSinkID(0), fTargetMaker(NULL), fChildHasID(false), fDirty(false) {
172 if (fChildHasID) {
270 if (fChildHasID == false) {
278 fChildHasID = true;
H A DSkDrawMatrix.h69 SkBool8 fChildHasID; member in class:SkDrawMatrix
H A DSkDrawMatrix.cpp54 SkDrawMatrix::SkDrawMatrix() : fChildHasID(false), fDirty(false) {
198 if (fChildHasID == false) {
211 fChildHasID = true;
/external/skia/src/animator/
H A DSkDrawPath.h23 bool childHasID() { return SkToBool(fChildHasID); }
46 SkBool8 fChildHasID; member in class:SkDrawPath
H A DSkDisplayPost.h51 SkBool8 fChildHasID; member in class:SkPost
H A DSkDrawPath.cpp39 fChildHasID = false;
126 if (fChildHasID == false) {
157 fChildHasID = true;
H A DSkDisplayPost.cpp42 fSinkID(0), fTargetMaker(NULL), fChildHasID(false), fDirty(false) {
172 if (fChildHasID) {
270 if (fChildHasID == false) {
278 fChildHasID = true;
H A DSkDrawMatrix.h69 SkBool8 fChildHasID; member in class:SkDrawMatrix
H A DSkDrawMatrix.cpp54 SkDrawMatrix::SkDrawMatrix() : fChildHasID(false), fDirty(false) {
198 if (fChildHasID == false) {
211 fChildHasID = true;

Completed in 116 milliseconds