Home
last modified time | relevance | path

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

12

/external/skia/include/encode/
DSkEncoder.h60 skia_private::AutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/codec/
DSkJpegCodec.h150 skia_private::AutoTMalloc<uint8_t> fStorage; variable
DSkHeifCodec.h88 skia_private::AutoTMalloc<uint8_t> fStorage; variable
DSkPngCodec.h92 skia_private::AutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/core/
DSkClipStackDevice.h61 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
DSkDescriptor.h114 alignas(uint32_t) char fStorage[kStorageSize]; variable
DSkCachedData.h56 } fStorage; variable
DSkWriter32.h279 char fStorage[SIZE]; member
DSkGeometry.h546 skia_private::AutoSTMalloc<kPointCount, SkPoint> fStorage; variable
/external/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.h54 std::vector<float> fStorage; variable
DVectorKeyframeAnimator.cpp152 const std::vector<float> fStorage; member in skottie::internal::__anon24dad60a0111::VectorKeyframeAnimator
/external/skia/src/base/
DSkAutoMalloc.h174 uint32_t fStorage[kSize >> 2]; variable
DSkTSearch.h126 char fStorage[STORAGE+1]; variable
DSkBlockAllocator.h512 alignas(SkBlockAllocator) char fStorage[N]; variable
/external/skia/gm/
Dencode_alpha_jpeg.cpp103 AutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/external/skia/client_utils/android/
DFrontBufferedStream.cpp51 char fStorage[kStorageSize]; member in __anon8b137cb30111::FrontBufferedStream
/external/skia/src/gpu/graphite/
DKeyContext.h121 SkMatrix fStorage; variable
DUniformManager.h343 SkTDArray<char> fStorage; variable
/external/skia/include/core/
DSkTextBlob.h507 skia_private::AutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/sksl/ir/
DSkSLVariable.h143 VariableStorage fStorage; variable
/external/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp18 SkTDArray<char> fStorage; member in SkRandomAccessWStream
/external/skia/src/shaders/gradients/
DSkGradientBaseShader.h166 skia_private::AutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
/external/skia/src/gpu/ganesh/
DGrThreadSafeCache.h324 char fStorage[kInitialArenaSize]; variable
/external/skia/modules/svg/src/
DSkSVGTextPriv.h71 float fStorage[5] = { kNone, kNone, kNone, kNone, kNone }; variable
/external/skia/include/private/base/
DSkTemplates.h269 alignas(T) char fStorage[kCount * sizeof(T)]; variable

12