Searched refs:removeShuffle (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/tests/
H A DTArrayTest.cpp26 // { 0 }, removeShuffle the only element.
27 a.removeShuffle(0);
34 a.removeShuffle(0);
46 // { 0, 1, 2, 3, 4 }, removeShuffle the last
47 a.removeShuffle(4);
52 a.removeShuffle(1);
H A DGrMemoryPoolTest.cpp221 instanceRecs.removeShuffle(d);
/external/skia/tests/
H A DTArrayTest.cpp26 // { 0 }, removeShuffle the only element.
27 a.removeShuffle(0);
34 a.removeShuffle(0);
46 // { 0, 1, 2, 3, 4 }, removeShuffle the last
47 a.removeShuffle(4);
52 a.removeShuffle(1);
H A DGrMemoryPoolTest.cpp221 instanceRecs.removeShuffle(d);
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFBBindableObj.h36 fColorReferees.removeShuffle(index);
52 fDepthReferees.removeShuffle(index);
68 fStencilReferees.removeShuffle(index);
H A DGrTextureObj.h36 fTextureUnitReferees.removeShuffle(index);
/external/skia/src/gpu/gl/debug/
H A DGrFBBindableObj.h36 fColorReferees.removeShuffle(index);
52 fDepthReferees.removeShuffle(index);
68 fStencilReferees.removeShuffle(index);
H A DGrTextureObj.h36 fTextureUnitReferees.removeShuffle(index);
/external/chromium_org/third_party/skia/src/core/
H A DSkMessageBus.h74 bus->fInboxes.removeShuffle(i);
H A DSkPictureFlat.h436 fIndexedData.removeShuffle(found->index()-1);
/external/skia/src/core/
H A DSkMessageBus.h74 bus->fInboxes.removeShuffle(i);
H A DSkPictureFlat.h436 fIndexedData.removeShuffle(found->index()-1);
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp150 fTouches.removeShuffle(index);
293 fTouches.removeShuffle(index);
/external/skia/src/views/
H A DSkTouchGesture.cpp150 fTouches.removeShuffle(index);
293 fTouches.removeShuffle(index);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp209 fDataCache.removeShuffle(i);
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp209 fDataCache.removeShuffle(i);
/external/chromium_org/third_party/skia/include/core/
H A DSkTDArray.h225 void removeShuffle(int index) { function in class:SkTDArray
H A DSkTArray.h154 void removeShuffle(int n) { function in class:SkTArray
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp61 CanonicalPaints().removeShuffle(index);
H A DSkPDFFont.cpp746 CanonicalFonts().removeShuffle(index);
/external/chromium_org/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp28 fList.removeShuffle(index);
/external/skia/include/core/
H A DSkTDArray.h225 void removeShuffle(int index) { function in class:SkTDArray
H A DSkTArray.h154 void removeShuffle(int n) { function in class:SkTArray
/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp61 CanonicalPaints().removeShuffle(index);
/external/skia/src/utils/
H A DSkNWayCanvas.cpp28 fList.removeShuffle(index);

Completed in 415 milliseconds

12