Home
last modified time | relevance | path

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

12

/third_party/skia/include/encode/
DSkEncoder.h39 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.h40 std::vector<float> fStorage; variable
DVectorKeyframeAnimator.cpp137 const std::vector<float> fStorage; member in skottie::internal::__anon64fbdfe70111::VectorKeyframeAnimator
/third_party/skia/src/codec/
DSkJpegCodec.h130 SkAutoTMalloc<uint8_t> fStorage; variable
DSkHeifCodec.h92 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/skia/src/core/
DSkClipStackDevice.h46 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
DSkTSearch.h124 char fStorage[STORAGE+1]; variable
DSkWriter32.h269 char fStorage[SIZE]; member
DSkGeometry.h521 SkAutoSTMalloc<kPointCount, SkPoint> fStorage; variable
DSkRegion_path.cpp92 SkRegion::RunType* fStorage; member in SkRgnBuilder
/third_party/skia/src/gpu/
DGrFPArgs.h60 SkMatrix fStorage; variable
DGrThreadSafeCache.h324 char fStorage[kInitialArenaSize]; variable
/third_party/skia/gm/
Dencode_alpha_jpeg.cpp104 SkAutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
/third_party/skia/src/sksl/ir/
DSkSLVariable.h112 VariableStorage fStorage; variable
/third_party/skia/client_utils/android/
DFrontBufferedStream.cpp51 char fStorage[kStorageSize]; member in __anon61cfdeb00111::FrontBufferedStream
/third_party/skia/src/shaders/
DSkComposeShader.cpp38 SkMatrix fStorage; member
/third_party/skia/include/core/
DSkTextBlob.h498 SkAutoTMalloc<uint8_t> fStorage; variable
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp18 SkTDArray<char> fStorage; member in SkRandomAccessWStream
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h70 float fStorage[5] = { kNone, kNone, kNone, kNone, kNone }; variable
/third_party/skia/include/private/
DSkTemplates.h232 char fStorage[kCount * sizeof(T)]; variable

12