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

1 2 3

  /external/chromium_org/third_party/skia/src/core/
SkPerspIter.h 29 const SkFixed* getXY() const { return fStorage; }
42 SkFixed fStorage[kCount * 2];
SkBitmapHeap.cpp 94 for (int i = 0; i < fStorage.count(); i++) {
97 if (fUnusedSlots[j] == fStorage[i]->fSlot) {
103 fBytesAllocated -= fStorage[i]->fBytesAllocated;
106 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
109 fStorage.deleteAll();
115 const int size = fStorage.count();
121 array->writableAt(i) = fStorage[i]->fBitmap;
170 SkASSERT(fStorage.count() >= fPreferredCount);
174 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot];
202 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]
    [all...]
SkMallocPixelRef.cpp 149 fStorage = storage;
154 this->setPreLocked(fStorage, rowBytes, fCTable);
172 fStorage = storage;
177 this->setPreLocked(fStorage, rowBytes, fCTable);
184 fReleaseProc(fStorage, fReleaseProcContext);
189 rec->fPixels = fStorage;
211 buffer.writeByteArray(fStorage, size);
226 fStorage = sk_malloc_throw(size);
227 buffer.readByteArray(fStorage, size);
229 fStorage = NULL
    [all...]
SkDescriptor.h 138 if (size <= sizeof(fStorage)) {
139 fDesc = (SkDescriptor*)(void*)fStorage;
146 if (fDesc != (SkDescriptor*)(void*)fStorage) {
160 uint32_t fStorage[(kStorageSize + 3) >> 2];
SkRegion_path.cpp 42 const Scanline* line = (Scanline*)fStorage;
77 SkRegion::RunType* fStorage;
103 : fStorage(NULL) {
107 sk_free(fStorage);
141 fStorage = (SkRegion::RunType*)sk_malloc_flags(sk_64_asS32(size), 0);
142 if (NULL == fStorage) {
154 fCurrScanline = (Scanline*)fStorage;
188 SkASSERT(fCurrXPtr - fStorage < fStorageCount);
196 const SkRegion::RunType* line = fStorage;
205 SkASSERT((const SkRegion::RunType*)fCurrScanline - fStorage == 5)
    [all...]
SkBitmapHeap.h 172 SkASSERT(slot <= fStorage.count());
176 return fStorage[slot];
184 fStorage.count() - fUnusedSlots.count() == fLookupTable.count());
238 uint32_t fStorageSlot; // slot of corresponding bitmap in fStorage.
288 SkTDArray<SkBitmapHeapEntry*> fStorage;
289 // Used to mark slots in fStorage as deleted without actually deleting
  /external/skia/src/core/
SkPerspIter.h 29 const SkFixed* getXY() const { return fStorage; }
42 SkFixed fStorage[kCount * 2];
SkBitmapHeap.cpp 94 for (int i = 0; i < fStorage.count(); i++) {
97 if (fUnusedSlots[j] == fStorage[i]->fSlot) {
103 fBytesAllocated -= fStorage[i]->fBytesAllocated;
106 fBytesAllocated -= (fStorage.count() * sizeof(SkBitmapHeapEntry));
109 fStorage.deleteAll();
115 const int size = fStorage.count();
121 array->writableAt(i) = fStorage[i]->fBitmap;
170 SkASSERT(fStorage.count() >= fPreferredCount);
174 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot];
202 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]
    [all...]
SkMallocPixelRef.cpp 149 fStorage = storage;
154 this->setPreLocked(fStorage, rowBytes, fCTable);
172 fStorage = storage;
177 this->setPreLocked(fStorage, rowBytes, fCTable);
184 fReleaseProc(fStorage, fReleaseProcContext);
189 rec->fPixels = fStorage;
211 buffer.writeByteArray(fStorage, size);
226 fStorage = sk_malloc_throw(size);
227 buffer.readByteArray(fStorage, size);
229 fStorage = NULL
    [all...]
SkDescriptor.h 138 if (size <= sizeof(fStorage)) {
139 fDesc = (SkDescriptor*)(void*)fStorage;
146 if (fDesc != (SkDescriptor*)(void*)fStorage) {
160 uint32_t fStorage[(kStorageSize + 3) >> 2];
SkRegion_path.cpp 51 const Scanline* line = (Scanline*)fStorage;
86 SkRegion::RunType* fStorage;
110 : fStorage(NULL) {
114 sk_free(fStorage);
148 fStorage = (SkRegion::RunType*)sk_malloc_flags(sk_64_asS32(size), 0);
149 if (NULL == fStorage) {
161 fCurrScanline = (Scanline*)fStorage;
195 SkASSERT(fCurrXPtr - fStorage < fStorageCount);
203 const SkRegion::RunType* line = fStorage;
212 SkASSERT((const SkRegion::RunType*)fCurrScanline - fStorage == 5)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkMutex_win.h 38 InitializeCriticalSection(&fStorage);
44 DeleteCriticalSection(&fStorage);
48 EnterCriticalSection(&fStorage);
55 LeaveCriticalSection(&fStorage);
66 CRITICAL_SECTION fStorage;
  /external/skia/src/ports/
SkMutex_win.h 38 InitializeCriticalSection(&fStorage);
44 DeleteCriticalSection(&fStorage);
48 EnterCriticalSection(&fStorage);
55 LeaveCriticalSection(&fStorage);
66 CRITICAL_SECTION fStorage;
  /external/chromium_org/third_party/skia/src/gpu/
GrPlotMgr.h 19 if (needed <= sizeof(fStorage)) {
20 fBusy = fStorage;
28 if (fBusy != fStorage) {
68 char fStorage[STORAGE];
  /external/skia/src/gpu/
GrPlotMgr.h 19 if (needed <= sizeof(fStorage)) {
20 fBusy = fStorage;
28 if (fBusy != fStorage) {
68 char fStorage[STORAGE];
  /external/chromium_org/third_party/skia/src/utils/
SkMeshUtils.cpp 17 sk_free(fStorage);
23 sk_free(fStorage);
24 fStorage = NULL;
31 sk_free(fStorage);
32 fStorage = NULL;
43 fStorage = sk_malloc_throw(fTexCount * sizeof(SkPoint) +
45 fTex = (SkPoint*)fStorage;
SkInterpolator.cpp 15 fStorage = NULL;
21 if (fStorage) {
22 sk_free(fStorage);
31 if (fStorage) {
32 sk_free(fStorage);
33 fStorage = NULL;
144 fStorage = sk_malloc_throw((sizeof(SkScalar) * elemCount +
146 fTimes = (SkTimeCode*) fStorage;
147 fValues = (SkScalar*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount);
  /external/skia/src/utils/
SkMeshUtils.cpp 17 sk_free(fStorage);
23 sk_free(fStorage);
24 fStorage = NULL;
31 sk_free(fStorage);
32 fStorage = NULL;
43 fStorage = sk_malloc_throw(fTexCount * sizeof(SkPoint) +
45 fTex = (SkPoint*)fStorage;
SkInterpolator.cpp 15 fStorage = NULL;
21 if (fStorage) {
22 sk_free(fStorage);
31 if (fStorage) {
32 sk_free(fStorage);
33 fStorage = NULL;
144 fStorage = sk_malloc_throw((sizeof(SkScalar) * elemCount +
146 fTimes = (SkTimeCode*) fStorage;
147 fValues = (SkScalar*) ((char*) fStorage + sizeof(SkTimeCode) * frameCount);
  /external/chromium_org/third_party/skia/include/core/
SkTLazy.h 30 fPtr = new (fStorage) T(*src);
36 fPtr = new (fStorage) T(*src->get());
58 fPtr = new (SkTCast<T*>(fStorage)) T;
72 fPtr = new (SkTCast<T*>(fStorage)) T(src);
108 T* fPtr; // NULL or fStorage
109 char fStorage[sizeof(T)];
115 lazy->fPtr = reinterpret_cast<T*>(lazy->fStorage);
SkMallocPixelRef.h 76 void* getAddr() const { return fStorage; }
99 void* fStorage;
  /external/skia/include/core/
SkTLazy.h 30 fPtr = new (fStorage) T(*src);
36 fPtr = new (fStorage) T(*src->get());
58 fPtr = new (SkTCast<T*>(fStorage)) T;
72 fPtr = new (SkTCast<T*>(fStorage)) T(src);
108 T* fPtr; // NULL or fStorage
109 char fStorage[sizeof(T)];
115 lazy->fPtr = reinterpret_cast<T*>(lazy->fStorage);
SkMallocPixelRef.h 76 void* getAddr() const { return fStorage; }
101 void* fStorage;
  /external/chromium_org/third_party/skia/include/utils/
SkMeshUtils.h 40 void* fStorage; // may be null
  /external/skia/include/utils/
SkMeshUtils.h 40 void* fStorage; // may be null

Completed in 2324 milliseconds

1 2 3