Home
last modified time | relevance | path

Searched refs:TT_PRIM_LINE (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dwgl_font.c434 case TT_PRIM_LINE: in wglUseFontOutlines_common()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c3920 TT_PRIM_LINE : TT_PRIM_QSPLINE; in get_native_glyph_outline()
4003 TT_PRIM_LINE : TT_PRIM_CSPLINE; in get_bezier_glyph_outline()
4007 if (type == TT_PRIM_LINE) in get_bezier_glyph_outline()
H A Dpath.c2294 case TT_PRIM_LINE: in PATH_add_outline()
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c972 case TT_PRIM_LINE: in format_string_callback()
/reactos/sdk/include/psdk/
H A Dwingdi.h1319 #define TT_PRIM_LINE 1 macro
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c5601 BOOL to_curve = curve->wType != TT_PRIM_LINE && curve->cpfx > 1; in create_outline()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c3703 BOOL to_curve = curve->wType != TT_PRIM_LINE && curve->cpfx > 1; in create_outline()