Home
last modified time | relevance | path

Searched defs:cFont (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp27 static Font* CastToFont(OH_Drawing_Font* cFont) in CastToFont()
32 static const Font* CastToFont(const OH_Drawing_Font* cFont) in CastToFont()
37 static const Font& CastToFont(const OH_Drawing_Font& cFont) in CastToFont()
125 bool OH_Drawing_FontIsBaselineSnap(const OH_Drawing_Font* cFont) in OH_Drawing_FontIsBaselineSnap()
145 bool OH_Drawing_FontIsSubpixel(const OH_Drawing_Font* cFont) in OH_Drawing_FontIsSubpixel()
192 float OH_Drawing_FontGetTextSize(const OH_Drawing_Font* cFont) in OH_Drawing_FontGetTextSize()
271 bool OH_Drawing_FontIsLinearText(const OH_Drawing_Font* cFont) in OH_Drawing_FontIsLinearText()
291 float OH_Drawing_FontGetTextSkewX(const OH_Drawing_Font* cFont) in OH_Drawing_FontGetTextSkewX()
311 bool OH_Drawing_FontIsFakeBoldText(const OH_Drawing_Font* cFont) in OH_Drawing_FontIsFakeBoldText()
331 float OH_Drawing_FontGetScaleX(const OH_Drawing_Font* cFont) in OH_Drawing_FontGetScaleX()
[all …]
H A Ddrawing_text_blob.cpp38 static const Font& CastToFont(const OH_Drawing_Font& cFont) in CastToFont()
69 const OH_Drawing_Font* cFont, OH_Drawing_TextEncoding cTextEncoding) in OH_Drawing_TextBlobCreateFromText()
91 … OH_Drawing_Point2D* cPoints, const OH_Drawing_Font* cFont, OH_Drawing_TextEncoding cTextEncoding) in OH_Drawing_TextBlobCreateFromPosText()
126 const OH_Drawing_Font* cFont, OH_Drawing_TextEncoding cTextEncoding) in OH_Drawing_TextBlobCreateFromString()
178 const OH_Drawing_Font* cFont, int32_t count, const OH_Drawing_Rect* cRect) in OH_Drawing_TextBlobBuilderAllocRunPos()
H A Ddrawing_canvas.cpp108 static const Font& CastToFont(const OH_Drawing_Font& cFont) in CastToFont()
511 const OH_Drawing_Font* cFont, float x, float y) in OH_Drawing_CanvasDrawSingleCharacter()