/aosp_15_r20/external/skia/include/encode/ |
H A D | SkEncoder.h | 60 skia_private::AutoTMalloc<uint8_t> fStorage; variable
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkJpegCodec.h | 151 skia_private::AutoTMalloc<uint8_t> fStorage; variable
|
H A D | SkHeifCodec.h | 88 skia_private::AutoTMalloc<uint8_t> fStorage; variable
|
H A D | SkPngCodecBase.h | 99 skia_private::AutoTMalloc<uint8_t> fStorage; variable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkClipStackDevice.h | 61 intptr_t fStorage[kPreallocCount * sizeof(SkClipStack::Element) / sizeof(intptr_t)]; variable
|
H A D | SkDescriptor.h | 114 alignas(uint32_t) char fStorage[kStorageSize]; variable
|
H A D | SkCachedData.h | 56 } fStorage; variable
|
H A D | SkWriter32.h | 279 char fStorage[SIZE]; member
|
H A D | SkGeometry.h | 546 skia_private::AutoSTMalloc<kPointCount, SkPoint> fStorage; variable
|
/aosp_15_r20/external/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.h | 54 std::vector<float> fStorage; variable
|
H A D | VectorKeyframeAnimator.cpp | 152 const std::vector<float> fStorage; member in skottie::internal::__anond963b1ec0111::VectorKeyframeAnimator
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkAutoMalloc.h | 174 uint32_t fStorage[kSize >> 2]; variable
|
H A D | SkTSearch.h | 126 char fStorage[STORAGE+1]; variable
|
H A D | SkBlockAllocator.h | 512 alignas(SkBlockAllocator) char fStorage[N]; variable
|
/aosp_15_r20/external/skia/gm/ |
H A D | encode_alpha_jpeg.cpp | 103 AutoTMalloc<uint8_t> fStorage; member in skiagm::EncodeJpegAlphaOptsGM
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | SkiaInterpolator.h | 82 void* fStorage; variable
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | KeyContext.h | 108 SkMatrix fStorage; variable
|
/aosp_15_r20/external/skia/client_utils/android/ |
H A D | FrontBufferedStream.cpp | 51 char fStorage[kStorageSize]; member in __anon921111d50111::FrontBufferedStream
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLVariable.h | 143 VariableStorage fStorage; variable
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkTextBlob.h | 507 skia_private::AutoTMalloc<uint8_t> fStorage; variable
|
/aosp_15_r20/external/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 18 SkTDArray<char> fStorage; member in SkRandomAccessWStream
|
/aosp_15_r20/external/skia/src/shaders/gradients/ |
H A D | SkGradientBaseShader.h | 166 skia_private::AutoSTMalloc<kInlineStorageSize, uint8_t> fStorage; variable
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrThreadSafeCache.h | 339 char fStorage[kInitialArenaSize]; variable
|
/aosp_15_r20/external/skia/modules/svg/src/ |
H A D | SkSVGTextPriv.h | 87 float fStorage[5] = { kNone, kNone, kNone, kNone, kNone }; variable
|
/aosp_15_r20/external/skia/include/private/base/ |
H A D | SkTemplates.h | 281 alignas(T) std::byte fStorage[kCount * sizeof(T)]; variable
|