Home
last modified time | relevance | path

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

12

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

12