Home
last modified time | relevance | path

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

12

/external/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.h40 std::vector<float> fStorage; variable
DVectorKeyframeAnimator.cpp139 const std::vector<float> fStorage; member in skottie::internal::__anon4f000a9b0111::VectorKeyframeAnimator
/external/skia/src/core/
DSkClipStackDevice.h43 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
DSkDescriptor.h109 alignas(uint32_t) char fStorage[kStorageSize]; variable
DSkCachedData.h54 } fStorage; variable
DSkWriter32.h273 char fStorage[SIZE]; member
DSkGeometry.h539 skia_private::AutoSTMalloc<kPointCount, SkPoint> fStorage; variable
/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.h87 skia_private::AutoTMalloc<uint8_t> fStorage; variable
DSkPngCodec.h92 skia_private::AutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/gpu/graphite/
DUniformManager.h117 SkTDArray<char> fStorage; variable
DKeyContext.h76 SkMatrix fStorage; variable
/external/skia/src/base/
DSkAutoMalloc.h174 uint32_t fStorage[kSize >> 2]; variable
DSkTSearch.h126 char fStorage[STORAGE+1]; variable
/external/skia/gm/
Dencode_alpha_jpeg.cpp106 AutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/external/skia/include/sksl/
DDSLVar.h136 VariableStorage fStorage; variable
/external/skia/src/sksl/ir/
DSkSLVariable.h143 VariableStorage fStorage; variable
/external/skia/client_utils/android/
DFrontBufferedStream.cpp51 char fStorage[kStorageSize]; member in __anon9cd6f1e40111::FrontBufferedStream
/external/skia/include/core/
DSkTextBlob.h494 skia_private::AutoTMalloc<uint8_t> fStorage; variable
/external/skia/src/shaders/gradients/
DSkGradientShaderBase.h165 skia_private::AutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
/external/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp18 SkTDArray<char> fStorage; member in SkRandomAccessWStream
/external/skia/src/gpu/ganesh/
DGrThreadSafeCache.h323 char fStorage[kInitialArenaSize]; variable
/external/skia/modules/svg/src/
DSkSVGTextPriv.h70 float fStorage[5] = { kNone, kNone, kNone, kNone, kNone }; variable
/external/skia/include/private/base/
DSkTemplates.h249 alignas(T) char fStorage[kCount * sizeof(T)]; variable

12