Home
last modified time | relevance | path

Searched refs:reqSize (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/src/
H A DPaint.cpp33 const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, SkScalar y) { in drawText()
42 auto formattedText = Paint::layout(std::move(text), textDirection, textAlign, reqSize, SkSpan<FontBlock>(&fontBlock, 1)); in drawText()
79 SkSize reqSize, in layout()
85 auto wrappedText = shapedText->wrap(unicodeText.get(), reqSize.width(), reqSize.height()); in layout()
30 drawText(std::u16string text, SkCanvas* canvas, TextDirection textDirection, TextAlign textAlign, SkPaint foreground, SkPaint background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, SkScalar y) drawText() argument
77 layout(std::u16string text, TextDirection textDirection, TextAlign textAlign, SkSize reqSize, SkSpan<FontBlock> fontBlocks) layout() argument
H A DPaint.h85 SkSize reqSize, SkScalar x, SkScalar y);
90 SkSize reqSize,
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c483 pb_size reqSize = size; in pb_slab_range_manager_create_buffer() local
486 if(desc->alignment > reqSize) in pb_slab_range_manager_create_buffer()
487 reqSize = desc->alignment; in pb_slab_range_manager_create_buffer()
491 if(bufSize >= reqSize) in pb_slab_range_manager_create_buffer()
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp323 IVec2 reqSize) in getNativeSurfaceSize()
327 return reqSize; // assume we got the requested size in getNativeSurfaceSize()
334 IVec2 reqSize, in checkSurfaceSize()
337 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize); in checkSurfaceSize()
322 getNativeSurfaceSize(const NativeWindow& nativeWindow, IVec2 reqSize) getNativeSurfaceSize() argument
330 checkSurfaceSize(const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, const NativeWindow& nativeWindow, IVec2 reqSize, ResultCollector& status) checkSurfaceSize() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 26 milliseconds