Home
last modified time | relevance | path

Searched refs:embeddedBitmaps (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp58 void Font::SetEmbeddedBitmaps(bool embeddedBitmaps) in SetEmbeddedBitmaps() argument
60 fontImpl_->SetEmbeddedBitmaps(embeddedBitmaps); in SetEmbeddedBitmaps()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont.h72 * @param embeddedBitmaps Font bitmaps mode.
74 void SetEmbeddedBitmaps(bool embeddedBitmaps);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.h48 void SetEmbeddedBitmaps(bool embeddedBitmaps) override;
H A Dskia_font.cpp88 void SkiaFont::SetEmbeddedBitmaps(bool embeddedBitmaps) in SetEmbeddedBitmaps() argument
90 skFont_.setEmbeddedBitmaps(embeddedBitmaps); in SetEmbeddedBitmaps()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_impl.h44 virtual void SetEmbeddedBitmaps(bool embeddedBitmaps) = 0;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp442 bool embeddedBitmaps = false; in OnSetEmbeddedBitmaps() local
443 GET_BOOLEAN_PARAM(ARGC_ZERO, embeddedBitmaps); in OnSetEmbeddedBitmaps()
445 m_font->SetEmbeddedBitmaps(embeddedBitmaps); in OnSetEmbeddedBitmaps()
456 bool embeddedBitmaps = m_font->IsEmbeddedBitmaps(); in OnIsEmbeddedBitmaps() local
457 return CreateJsValue(env, embeddedBitmaps); in OnIsEmbeddedBitmaps()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp77 bool embeddedBitmaps = GetObject<bool>(); in FontFuzzTest002() local
78 font.SetEmbeddedBitmaps(embeddedBitmaps); in FontFuzzTest002()

Completed in 5 milliseconds