Home
last modified time | relevance | path

Searched defs:fStorage (Results 1 – 24 of 24) sorted by relevance

/external/skia/include/effects/
DSkMergeImageFilter.h49 intptr_t fStorage[16]; variable
/external/skia/include/core/
DSkMallocPixelRef.h115 void* fStorage; variable
DSkTLazy.h103 SkAlignedSTStorage<1, T> fStorage; variable
DSkTextBlob.h171 SkAutoTMalloc<uint8_t> fStorage; variable
DSkWriter32.h264 char fStorage[SIZE]; member
DSkTypes.h709 uint32_t fStorage[kSize >> 2]; variable
/external/skia/src/codec/
DSkJpegCodec.h116 SkAutoTMalloc<uint8_t> fStorage; // Only used if sampling is needed variable
DSkPngCodec.cpp599 SkAutoTMalloc<uint8_t> fStorage; member in SkPngScanlineDecoder
/external/skia/src/core/
DSkPerspIter.h42 SkFixed fStorage[kCount * 2]; variable
DSkSmallAllocator.h131 uint32_t fStorage[SkAlign4(kTotalBytes) >> 2]; variable
DSkCachedData.h53 } fStorage; variable
DSkBitmapHeap.h280 SkTDArray<SkBitmapHeapEntry*> fStorage; variable
DSkDescriptor.h171 uint32_t fStorage[(kStorageSize + 3) >> 2]; variable
DSkGeometry.h405 SkAutoSTMalloc<kPointCount, SkPoint> fStorage; variable
DSkRegion_path.cpp87 SkRegion::RunType* fStorage; member in SkRgnBuilder
DSkScan_AntiPath.cpp433 uint32_t fStorage[(kMAX_STORAGE >> 2) + 1]; member in MaskSuperBlitter
/external/skia/include/utils/
DSkMeshUtils.h40 void* fStorage; // may be null variable
DSkInterpolator.h81 void* fStorage; variable
/external/skia/src/gpu/
DGrYUVProvider.cpp31 SkAutoMalloc fStorage; member in __anonc7ccbaff0111::YUVScoper
/external/skia/include/private/
DSkTSearch.h140 char fStorage[STORAGE+1]; variable
DSkTemplates.h257 char fStorage[kCount * sizeof(T)]; variable
/external/icu/icu4c/source/i18n/
Ddigitlst.h468 MaybeStackHeaderAndArray<decNumber, char, DEFAULT_DIGITS> fStorage; variable
/external/skia/src/effects/gradients/
DSkGradientShaderPriv.h263 SkColor fStorage[(kStorageSize + 3) >> 2]; variable
/external/skia/src/effects/
DSkTableColorFilter.cpp74 uint8_t fStorage[256 * 4]; member in SkTable_ColorFilter