Searched refs:fCurrIndex (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkVertState.cpp | 11 int index = state->fCurrIndex; in Triangles() 18 state->fCurrIndex = index + 3; in Triangles() 24 int index = state->fCurrIndex; in TrianglesX() 31 state->fCurrIndex = index + 3; in TrianglesX() 36 int index = state->fCurrIndex; in TriangleStrip() 48 state->fCurrIndex = index + 1; in TriangleStrip() 54 int index = state->fCurrIndex; in TriangleStripX() 66 state->fCurrIndex = index + 1; in TriangleStripX() 71 int index = state->fCurrIndex; in TriangleFan() 78 state->fCurrIndex = index + 1; in TriangleFan() [all …]
|
D | SkVertState.h | 29 fCurrIndex = 0; in VertState() 47 int fCurrIndex; member
|
/third_party/skia/src/core/ |
D | SkVertState.cpp | 11 int index = state->fCurrIndex; in Triangles() 18 state->fCurrIndex = index + 3; in Triangles() 24 int index = state->fCurrIndex; in TrianglesX() 31 state->fCurrIndex = index + 3; in TrianglesX() 36 int index = state->fCurrIndex; in TriangleStrip() 48 state->fCurrIndex = index + 1; in TriangleStrip() 54 int index = state->fCurrIndex; in TriangleStripX() 66 state->fCurrIndex = index + 1; in TriangleStripX() 71 int index = state->fCurrIndex; in TriangleFan() 78 state->fCurrIndex = index + 1; in TriangleFan() [all …]
|
D | SkVertState.h | 29 fCurrIndex = 0; in VertState() 47 int fCurrIndex; member
|
/third_party/flutter/skia/src/utils/ |
D | SkAnimCodecPlayer.cpp | 76 ? this->getFrameAt(fCurrIndex) in getFrame() 91 int prevIndex = fCurrIndex; in seek() 92 fCurrIndex = lower - fFrameInfos.begin(); in seek() 93 return fCurrIndex != prevIndex; in seek()
|
/third_party/skia/src/utils/ |
D | SkAnimCodecPlayer.cpp | 120 ? this->getFrameAt(fCurrIndex) in getFrame() 135 int prevIndex = fCurrIndex; in seek() 136 fCurrIndex = lower - fFrameInfos.begin(); in seek() 137 return fCurrIndex != prevIndex; in seek()
|
/third_party/flutter/skia/tests/ |
D | SerializationTest.cpp | 668 int fCurrIndex; member in TestAnnotationCanvas 676 , fCurrIndex(0) in TestAnnotationCanvas() 680 REPORTER_ASSERT(fReporter, fCount == fCurrIndex); in ~TestAnnotationCanvas() 685 REPORTER_ASSERT(fReporter, fCurrIndex < fCount); in onDrawAnnotation() 686 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect); in onDrawAnnotation() 687 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey)); in onDrawAnnotation() 688 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get())); in onDrawAnnotation() 689 fCurrIndex += 1; in onDrawAnnotation()
|
/third_party/skia/tests/ |
D | SerializationTest.cpp | 748 int fCurrIndex; member in TestAnnotationCanvas 756 , fCurrIndex(0) in TestAnnotationCanvas() 760 REPORTER_ASSERT(fReporter, fCount == fCurrIndex); in ~TestAnnotationCanvas() 765 REPORTER_ASSERT(fReporter, fCurrIndex < fCount); in onDrawAnnotation() 766 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect); in onDrawAnnotation() 767 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey)); in onDrawAnnotation() 768 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get())); in onDrawAnnotation() 769 fCurrIndex += 1; in onDrawAnnotation()
|
/third_party/skia/include/utils/ |
D | SkAnimCodecPlayer.h | 53 int fCurrIndex = 0; variable
|
/third_party/flutter/skia/include/utils/ |
D | SkAnimCodecPlayer.h | 53 int fCurrIndex = 0; variable
|