Home
last modified time | relevance | path

Searched refs:IsSubpixel (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp153 bool Font::IsSubpixel() const in IsSubpixel() function in OHOS::Rosen::Drawing::Font
155 return fontImpl_->IsSubpixel(); in IsSubpixel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont.h200 bool IsSubpixel() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_impl.h65 virtual bool IsSubpixel() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.h69 bool IsSubpixel() const override;
H A Dskia_font.cpp216 bool SkiaFont::IsSubpixel() const in IsSubpixel() function in OHOS::Rosen::Drawing::SkiaFont
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.h60 static napi_value IsSubpixel(napi_env env, napi_callback_info info);
H A Djs_font.cpp53 DECLARE_NAPI_FUNCTION("isSubpixel", JsFont::IsSubpixel),
283 napi_value JsFont::IsSubpixel(napi_env env, napi_callback_info info) in IsSubpixel() function in OHOS::Rosen::Drawing::JsFont
733 bool subpixel = m_font->IsSubpixel(); in OnIsSubpixel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp73 font.IsSubpixel(); in FontFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp152 return font->IsSubpixel(); in OH_Drawing_FontIsSubpixel()