Home
last modified time | relevance | path

Searched defs:alignment (Results 101 - 125 of 497) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUnpackAlignmentTest.cpp90 void testAlignment(int alignment, unsigned int offset, GLenum format, GLenum type) in testAlignment() argument
/third_party/skia/src/core/
H A DSkSafeMath.h50 size_t alignUp(size_t x, size_t alignment) { in alignUp() argument
/third_party/skia/src/gpu/
H A DGrRingBuffer.h25 GrRingBuffer(GrGpu* gpu, size_t size, size_t alignment, GrGpuBufferType intendedType) in GrRingBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMemory.cpp76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() argument
102 void *allocateUninitialized(size_t bytes, size_t alignment) in allocateUninitialized() argument
107 void *allocateZero(size_t bytes, size_t alignment) in allocateZero() argument
114 allocateZeroOrPoison(size_t bytes, size_t alignment) allocateZeroOrPoison() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLMemoryLayout.h49 size_t alignment(const Type& type) const { in alignment() function in SkSL::MemoryLayout
64 size_t alignment = this->alignment(*f.fType); in alignment() local
125 size_t alignment = this->alignment(* in size() local
132 size_t alignment = this->alignment(type); size() local
[all...]
/third_party/skia/third_party/externals/dawn/src/common/
H A DMath.cpp87 bool IsPtrAligned(const void* ptr, size_t alignment) { in IsPtrAligned() argument
93 bool IsAligned(uint32_t value, size_t alignment) { in IsAligned() argument
H A DBitSetIterator.h29 T roundUp(const T value, const T alignment) { in roundUp() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyAllocator.cpp139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate() argument
[all...]
H A DBuddyMemoryAllocator.cpp40 Allocate(uint64_t allocationSize, uint64_t alignment) Allocate() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp139 void* pagedMalloc(size_t alignment, in pagedMalloc() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DDrawBufferManager.cpp28 can_fit(size_t requestedSize, Buffer* buffer, size_t currentOffset, size_t alignment) can_fit() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dalignment.cpp51 Offset Alignment::GetAlignPosition(const Size& parentSize, const Size& childSize, const Alignment& alignment) in GetAlignPosition() argument
79 Alignment alignment = Alignment(horizontal_, vertical_); in GetAlignmentStr() local
63 GetAlignPosition( const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) GetAlignPosition() argument
127 ParseAlignment(int32_t alignment) ParseAlignment() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dpicker_model.h39 std::optional<DialogAlignment> alignment; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h52 int32_t alignment; member
H A Dcj_customdialog_controller_ffi.h35 int32_t alignment; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_stack.cpp72 bool GetAlignment(const JSCallbackInfo& info, Alignment& alignment) in GetAlignment() argument
167 Alignment alignment = Alignment::CENTER; Create() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model.h33 std::optional<DialogAlignment> alignment; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dflex_modifier.cpp31 FlexAlign alignment = FlexAlign::AUTO; in ParseFlexToWrap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_property.h36 int32_t alignment = 0; member
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dapi_test.cpp844 int32_t alignment = 0; in HWTEST_F() local
859 int32_t alignment = 0; in HWTEST_F() local
888 int32_t alignment = 0; in HWTEST_F() local
903 int32_t alignment = 0; in HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_utils.h73 constexpr U AlignUp(U num, U alignment) in AlignUp() argument
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dapi_test.cpp875 int32_t alignment = 0; in HWTEST_F() local
890 int32_t alignment = 0; in HWTEST_F() local
919 int32_t alignment = 0; in HWTEST_F() local
934 int32_t alignment = 0; in HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dass.c28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument
82 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header() argument
H A Dttmlenc.c158 static const char *ttml_get_display_alignment(int alignment) in ttml_get_display_alignment() argument
178 static const char *ttml_get_text_alignment(int alignment) in ttml_get_text_alignment() argument
[all...]
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp265 int alignment = 0; in postProcess() local
[all...]

Completed in 17 milliseconds

12345678910>>...20