Home
last modified time | relevance | path

Searched defs:textSize (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/docs/examples/
H A Dtext_shadow.cpp11 const SkScalar textSize = 48.0f; in REG_FIDDLE() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp31 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp47 auto textSize = textWrapper->GetGeometryNode()->GetFrameSize(); in Measure() local
/third_party/skia/samplecode/
H A DSampleLCD.cpp29 SkScalar textSize = SkIntToScalar(6); variable
/third_party/skia/gm/
H A Dimageblur2.cpp39 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
41 SkFont font(ToolUtils::create_portable_typeface(), textSize); in DEF_SIMPLE_GM() local
H A Dstrokefill.cpp254 path_bold(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, float textSize) path_bold() argument
H A Dtexteffects.cpp118 SkFont skFont(ToolUtils::create_portable_typeface(fam[font], SkFontStyle()), textSize); in DEF_SIMPLE_GM() local
29 create_underline(const SkTDArray<SkScalar>& intersections, SkScalar last, SkScalar finalPos, SkScalar uPos, SkScalar uWidth, SkScalar textSize) create_underline() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfont_regen.cpp60 float textSize = 256; // 256 FontSetTextSize 参数 in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font.cpp38 void TexgineFont::SetSize(float textSize) in SetSize() argument
/third_party/skia/src/gpu/text/
H A DGrSDFTControl.cpp81 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size() argument
104 SkScalar textSize = font.getSize(); in getSDFFont() local
139 computeSDFMinMaxScale( SkScalar textSize, const SkMatrix& viewMatrix) const computeSDFMinMaxScale() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp91 auto textSize = buttonText->GetLayoutSize(); in Paint() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfont_fuzzer/
H A Dndkfont_fuzzer.cpp100 float textSize = GetObject<float>(); in NativeDrawingFontTest002() local
/third_party/skia/src/core/
H A DSkTextBlobPriv.h66 RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPositioning pos) in RunRecord() argument
121 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function in SkTextBlob::RunRecord
233 uint32_t textSize() const { in textSize() function in SkTextBlobRunIterator
/third_party/skia/tests/
H A DDrawTextTest.cpp139 SkScalar textSize; in DEF_TEST() member
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
H A DD3d12maDumpVis.py228 textSize = draw.textsize(text, font=font) variable
/third_party/skia/experimental/sktext/editor/
H A DEditor.cpp26 auto textSize = SkSize::Make(size.width(), size.height() - DEFAULT_STATUS_HEIGHT); in Editor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp115 auto textSize = textGeometryNode->GetContentSize(); in Measure() local
266 auto textSize = textGeometryNode->GetContentSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp60 auto textSize = MeasureSelectText(textWrapper, childConstraint, maxWidth); in Measure() local
85 SizeF textSize; in MeasureSelectText() local
110 MeasureAndGetTextSize(double fontSize, SizeF& textSize, bool& isTextMin) MeasureAndGetTextSize() argument
[all...]
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeFontTest.cpp461 float textSize = OH_Drawing_FontGetTextSize(font); in HWTEST_F() local
489 float textSize = OH_Drawing_FontGetTextSize(font); in HWTEST_F() local
518 float textSize in HWTEST_F() local
537 float textSize = OH_Drawing_FontGetTextSize(font); HWTEST_F() local
557 float textSize = OH_Drawing_FontGetTextSize(font); HWTEST_F() local
[all...]
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp178 SkUniqueCFRef<CTFontRef> SkCTFontCreateExactCopy(CTFontRef baseFont, CGFloat textSize, in SkCTFontCreateExactCopy() argument
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp35 size_t textSize = text.size(); in drawText() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp436 Size textSize = renderText_->GetLayoutSize(); in PerformLayout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp167 auto textSize = childWrapper->GetGeometryNode()->GetContentSize(); in HandleAdaptiveText() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp357 auto textSize = paintRenderText->GetLayoutSize(); in PaintText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp189 void RichEditorLayoutAlgorithm::UpdateRichTextRect(const SizeF& textSize, LayoutWrapper* layoutWrapper) in UpdateRichTextRect() argument

Completed in 15 milliseconds

123