Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/src/gpu/
DGrFPArgs.h69 SkMatrix fStorage; variable
91 SkMatrix fStorage; variable
/third_party/skia/include/encode/
DSkEncoder.h39 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/flutter/skia/include/encode/
DSkEncoder.h39 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.h40 std::vector<float> fStorage; variable
/third_party/flutter/skia/src/core/
DSkClipStackDevice.h42 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
DSkDescriptor.h102 std::aligned_storage<kStorageSize, alignof(uint32_t)>::type fStorage; variable
DSkAutoMalloc.h173 uint32_t fStorage[kSize >> 2]; variable
DSkCachedData.h54 } fStorage; variable
/third_party/skia/src/core/
DSkClipStackDevice.h43 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
DSkDescriptor.h105 alignas(uint32_t) char fStorage[kStorageSize]; variable
DSkAutoMalloc.h172 uint32_t fStorage[kSize >> 2]; variable
DSkCachedData.h54 } fStorage; variable
/third_party/skia/src/codec/
DSkJpegCodec.h128 SkAutoTMalloc<uint8_t> fStorage; variable
DSkHeifCodec.h87 SkAutoTMalloc<uint8_t> fStorage; variable
DSkPngCodec.h85 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/flutter/skia/src/codec/
DSkJpegCodec.h128 SkAutoTMalloc<uint8_t> fStorage; variable
DSkHeifCodec.h86 SkAutoTMalloc<uint8_t> fStorage; variable
DSkPngCodec.h85 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/skia/src/shaders/gradients/
DSkGradientShaderPriv.h139 SkAutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
152 SkSTArray<4, SkColor4f, true> fStorage; member
/third_party/flutter/skia/src/shaders/gradients/
DSkGradientShaderPriv.h130 SkAutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
143 SkSTArray<4, SkColor4f, true> fStorage; member
/third_party/skia/src/gpu/
DGrFPArgs.h60 SkMatrix fStorage; variable
/third_party/skia/gm/
Dencode_alpha_jpeg.cpp104 SkAutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/third_party/flutter/skia/gm/
Dencode_alpha_jpeg.cpp104 SkAutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/third_party/flutter/skia/include/utils/
DSkInterpolator.h82 void* fStorage; variable
/third_party/flutter/skia/src/sksl/ir/
DSkSLVariable.h68 const Storage fStorage; member

123