Searched defs:fStorage (Results 1 - 18 of 18) sorted by relevance

/external/skia/include/core/
H A DSkMallocPixelRef.h53 void* fStorage; member in class:SkMallocPixelRef
H A DSkPerspIter.h36 const SkFixed* getXY() const { return fStorage; }
49 SkFixed fStorage[kCount * 2]; member in class:SkPerspIter
H A DSkThread_platform.h66 uint32_t fStorage[kStorageIntCount]; member in class:SkMutex
H A DSkTSearch.h151 char* fLC; // points to either the heap or fStorage
156 char fStorage[STORAGE+1]; member in class:SkAutoAsciiToLC
H A DSkCanvas.h736 // in our constructor to ensure that fStorage is large enough
739 intptr_t fStorage[12]; member in class:SkCanvas::LayerIter
740 class SkDrawIter* fImpl; // this points at fStorage
H A DSkTemplates.h132 fArray = new (fStorage) T[count];
169 // since we come right after fArray, fStorage should be properly aligned
170 char fStorage[N * sizeof(T)]; member in class:SkAutoSTArray
H A DSkTypes.h365 fPtr = fStorage;
371 if (fPtr != (void*)fStorage)
377 uint32_t fStorage[(kSize + 3) >> 2]; member in class:SkAutoSMalloc
/external/skia/src/core/
H A DSkTemplatesPriv.h60 SkAutoTPlacementDelete(T* obj, void* storage) : fObj(obj), fStorage(storage)
67 if (fObj == fStorage)
81 void* fStorage; member in class:SkAutoTPlacementDelete
H A DSkScan_AntiPath.cpp223 uint32_t fStorage[(kMAX_STORAGE >> 2) + 1]; member in class:MaskSuperBlitter
231 fMask.fImage = (uint8_t*)fStorage;
240 // uninitialized memory. See comment in add_aa_span and fStorage[].
241 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
278 // (see the + 1 comment in fStorage[]
H A DSkRegion_path.cpp49 const Scanline* line = (Scanline*)fStorage;
71 SkRegion::RunType* fStorage; member in class:SkRgnBuilder
97 sk_free(fStorage);
119 fStorage = (SkRegion::RunType*)sk_malloc_flags(size.get32(), 0);
120 if (NULL == fStorage) {
132 fCurrScanline = (Scanline*)fStorage;
166 SkASSERT(fCurrXPtr - fStorage < fStorageCount);
174 const SkRegion::RunType* line = fStorage;
182 SkASSERT((const SkRegion::RunType*)fCurrScanline - fStorage == 4);
184 const Scanline* line = (const Scanline*)fStorage;
[all...]
H A DSkDraw.cpp76 fStorage, sizeof(fStorage));
85 uint32_t fStorage[kBlitterStorageLongCount]; member in class:SkAutoBlitterChoose
89 if ((void*)fBlitter == (void*)fStorage) {
104 fStorage, sizeof(fStorage)));
112 if ((void*)shader == (void*)fStorage) {
121 uint32_t fStorage[kBlitterStorageLongCount]; member in class:SkAutoBitmapShaderInstall
/external/skia/include/utils/
H A DSkMeshUtils.h33 void* fStorage; // may be null member in class:SkMeshIndices
H A DSkInterpolator.h87 SkTimeCode* fTimes; // pointer into fStorage
88 void* fStorage; member in class:SkInterpolatorBase
125 SkScalar* fValues; // pointer into fStorage
/external/icu4c/i18n/
H A Ddigitlst.h357 MaybeStackArray<char, sizeof(decNumber) + DEFAULT_DIGITS> fStorage; member in class:DigitList
/external/skia/src/images/
H A DSkCreateRLEPixelRef.cpp47 : SkBitmap::RLEPixels(width, height), fStorage(chunkSize) {
50 SkChunkAlloc fStorage; member in class:ChunkRLEPixels
80 dstRow = (uint8_t*)rlePixels->fStorage.allocThrow(size);
H A DSkImageDecoder_libpvjpeg.cpp21 char fStorage[STORAGE_SIZE]; member in class:SkPVJPEGImageDecoder
156 char* storage = fStorage;
179 SkASSERT(storage == fStorage);
181 SkASSERT((size_t)(consumed + bytesInStorage) <= sizeof(fStorage));
182 SkASSERT(sizeof(fStorage) == STORAGE_SIZE);
/external/skia/include/images/
H A DSkFlipPixelRef.h77 void* fStorage; member in class:SkFlipPixelRef
78 void* fPage0; // points into fStorage;
79 void* fPage1; // points into fStorage;
80 size_t fSize; // size of 1 page. fStorage holds 2 pages
/external/skia/src/effects/
H A DSkGradientShader.cpp131 SkColor fStorage[(kStorageSize + 3) >> 2]; member in class:Gradient_Shader
200 fOrigColors = fStorage;
286 fOrigColors = fStorage;
312 if (fOrigColors != fStorage) {

Completed in 150 milliseconds