Home
last modified time | relevance | path

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

12

/external/skia/include/encode/
DSkEncoder.h39 SkAutoTMalloc<uint8_t> fStorage; variable
/external/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.h40 std::vector<float> fStorage; variable
DVectorKeyframeAnimator.cpp137 const std::vector<float> fStorage; member in skottie::internal::__anon9e7ccba20111::VectorKeyframeAnimator
/external/skia/src/shaders/gradients/
DSkGradientShaderPriv.h139 SkAutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
152 SkSTArray<4, SkColor4f, true> fStorage; member
/external/skia/src/core/
DSkClipStackDevice.h43 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
DSkDescriptor.h111 alignas(uint32_t) char fStorage[kStorageSize]; variable
DSkAutoMalloc.h172 uint32_t fStorage[kSize >> 2]; variable
DSkCachedData.h54 } fStorage; variable
DSkTSearch.h124 char fStorage[STORAGE+1]; variable
DSkWriter32.h269 char fStorage[SIZE]; member
DSkGeometry.h521 SkAutoSTMalloc<kPointCount, SkPoint> fStorage; variable
DSkBlockAllocator.h511 alignas(SkBlockAllocator) char fStorage[N]; variable
/external/skia/src/codec/
DSkJpegCodec.h128 SkAutoTMalloc<uint8_t> fStorage; variable
DSkHeifCodec.h87 SkAutoTMalloc<uint8_t> fStorage; variable
DSkPngCodec.h85 SkAutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/gpu/
DGrFPArgs.h60 SkMatrix fStorage; variable
DGrThreadSafeCache.h322 char fStorage[kInitialArenaSize]; variable
/external/skia/gm/
Dencode_alpha_jpeg.cpp104 SkAutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/external/skia/src/sksl/ir/
DSkSLVariable.h113 VariableStorage fStorage; variable
/external/skia/client_utils/android/
DFrontBufferedStream.cpp51 char fStorage[kStorageSize]; member in __anon80e0814b0111::FrontBufferedStream
/external/skia/include/core/
DSkTextBlob.h491 SkAutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/shaders/
DSkComposeShader.cpp39 SkMatrix fStorage; member
/external/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp18 SkTDArray<char> fStorage; member in SkRandomAccessWStream
/external/skia/modules/svg/src/
DSkSVGTextPriv.h70 float fStorage[5] = { kNone, kNone, kNone, kNone, kNone }; variable
/external/skia/include/private/
DSkTemplates.h232 char fStorage[kCount * sizeof(T)]; variable

12