HomeSort by relevance Sort by last modified time
    Searched defs:fStorage (Results 1 - 25 of 48) sorted by null

1 2

  /external/skia/include/effects/
SkMergeImageFilter.h 38 intptr_t fStorage[16];
  /external/skia/include/core/
SkMallocPixelRef.h 29 void* getAddr() const { return fStorage; }
41 void* fStorage;
SkTSearch.h 228 char* fLC; // points to either the heap or fStorage
233 char fStorage[STORAGE+1];
SkTLazy.h 27 fPtr = new (fStorage) T(*src);
33 fPtr = new (fStorage) T(*src->get());
55 fPtr = new (SkTCast<T*>(fStorage)) T;
69 fPtr = new (SkTCast<T*>(fStorage)) T(src);
87 T* fPtr; // NULL or fStorage
88 char fStorage[sizeof(T)];
SkThread_platform.h 185 uint32_t fStorage[kStorageIntCount];
SkTArray.h 384 SkSTArray() : INHERITED(&fStorage) {
388 : INHERITED(array, &fStorage) {
392 : INHERITED(array, &fStorage) {
396 : INHERITED(array, count, &fStorage) {
409 SkAlignedSTStorage<N,T> fStorage;
  /external/skia/legacy/include/core/
SkMallocPixelRef.h 29 void* getAddr() const { return fStorage; }
48 void* fStorage;
SkTLazy.h 27 fPtr = new (fStorage) T(*src);
33 fPtr = new (fStorage) T(*src->get());
55 fPtr = new (SkTCast<T*>(fStorage)) T;
69 fPtr = new (SkTCast<T*>(fStorage)) T(src);
87 T* fPtr; // NULL or fStorage
88 char fStorage[sizeof(T)];
SkPerspIter.h 29 const SkFixed* getXY() const { return fStorage; }
42 SkFixed fStorage[kCount * 2];
SkTSearch.h 144 char* fLC; // points to either the heap or fStorage
149 char fStorage[STORAGE+1];
SkThread_platform.h 106 uint32_t fStorage[kStorageIntCount];
SkTArray.h 386 SkSTArray() : INHERITED(&fStorage) {
390 : INHERITED(array, &fStorage) {
394 : INHERITED(array, &fStorage) {
398 : INHERITED(array, count, &fStorage) {
411 SkAlignedSTStorage<N,T> fStorage;
  /external/skia/legacy/src/core/
SkTemplatesPriv.h 52 SkAutoTPlacementDelete(T* obj, void* storage) : fObj(obj), fStorage(storage)
59 if (fObj == fStorage)
73 void* fStorage;
  /external/skia/src/core/
SkTemplatesPriv.h 52 SkAutoTPlacementDelete(T* obj, void* storage) : fObj(obj), fStorage(storage)
59 if (fObj == fStorage)
73 void* fStorage;
SkPerspIter.h 29 const SkFixed* getXY() const { return fStorage; }
42 SkFixed fStorage[kCount * 2];
  /external/skia/include/utils/
SkMeshUtils.h 40 void* fStorage; // may be null
SkInterpolator.h 80 SkTimeCode* fTimes; // pointer into fStorage
81 void* fStorage;
118 SkScalar* fValues; // pointer into fStorage
  /external/skia/legacy/include/utils/
SkMeshUtils.h 40 void* fStorage; // may be null
SkInterpolator.h 80 SkTimeCode* fTimes; // pointer into fStorage
81 void* fStorage;
118 SkScalar* fValues; // pointer into fStorage
  /external/skia/src/gpu/
GrPlotMgr.h 22 if (needed <= sizeof(fStorage)) {
23 fBusy = fStorage;
31 if (fBusy != fStorage) {
71 char fStorage[STORAGE];
  /external/skia/legacy/include/effects/
SkTestImageFilters.h 96 intptr_t fStorage[16];
  /external/skia/legacy/src/images/
SkCreateRLEPixelRef.cpp 54 : SkBitmap::RLEPixels(width, height), fStorage(chunkSize) {
57 SkChunkAlloc fStorage;
87 dstRow = (uint8_t*)rlePixels->fStorage.allocThrow(size);
  /external/skia/include/images/
SkFlipPixelRef.h 62 void* fStorage;
63 void* fPage0; // points into fStorage;
64 void* fPage1; // points into fStorage;
65 size_t fSize; // size of 1 page. fStorage holds 2 pages
  /external/skia/legacy/include/images/
SkFlipPixelRef.h 72 void* fStorage;
73 void* fPage0; // points into fStorage;
74 void* fPage1; // points into fStorage;
75 size_t fSize; // size of 1 page. fStorage holds 2 pages
  /external/icu4c/i18n/
digitlst.h 394 MaybeStackHeaderAndArray<decNumber, char, DEFAULT_DIGITS> fStorage;

Completed in 460 milliseconds

1 2