Home
last modified time | relevance | path

Searched refs:coords (Results 1 – 25 of 37) sorted by relevance

12

/external/freetype/src/base/
Dftmm.c112 FT_Long* coords ) in FT_Set_MM_Design_Coordinates() argument
123 error = service->set_mm_design( face, num_coords, coords ); in FT_Set_MM_Design_Coordinates()
135 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() argument
146 error = service->set_var_design( face, num_coords, coords ); in FT_Set_Var_Design_Coordinates()
158 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() argument
169 error = service->set_mm_blend( face, num_coords, coords ); in FT_Set_MM_Blend_Coordinates()
184 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates() argument
195 error = service->set_mm_blend( face, num_coords, coords ); in FT_Set_Var_Blend_Coordinates()
/external/freetype/include/freetype/
Dftmm.h172 FT_Fixed* coords; member
298 FT_Long* coords );
325 FT_Fixed* coords );
353 FT_Fixed* coords );
367 FT_Fixed* coords );
/external/freetype/include/freetype/internal/services/
Dsvmm.h49 FT_Long* coords );
54 FT_Fixed* coords );
59 FT_Long* coords );
/external/freetype/src/truetype/
Dttgxvar.c722 mmvar->namedstyle[i].coords = next_coords; in TT_Get_MM_Var()
769 ns->coords[j] = FT_GET_ULONG(); /* A Fixed */ in TT_Get_MM_Var()
793 mmvar->namedstyle[n].coords = next_coords; in TT_Get_MM_Var()
850 FT_Fixed* coords ) in TT_Set_MM_Blend() argument
885 if ( coords[i] < -0x00010000L || coords[i] > 0x00010000L ) in TT_Set_MM_Blend()
911 if ( blend->normalizedcoords[i] != coords[i] ) in TT_Set_MM_Blend()
926 coords, in TT_Set_MM_Blend()
986 FT_Fixed* coords ) in TT_Set_Var_Design() argument
1023 if ( coords[i] > a->maximum || coords[i] < a->minimum ) in TT_Set_Var_Design()
1029 if ( coords[i] < a->def ) in TT_Set_Var_Design()
[all …]
Dttgxvar.h147 FT_Fixed* coords );
152 FT_Fixed* coords );
Dttgload.c143 FT_Vector* coords, in translate_array() argument
152 coords[k].x += delta_x; in translate_array()
156 coords[k].y += delta_y; in translate_array()
/external/freetype/include/freetype/internal/
Dpshints.h180 FT_Long* coords );
214 FT_Long* coords );
Dpsaux.h370 FT_Short* coords );
/external/skia/src/core/
DSkGeometry.cpp258 static inline void flatten_double_quad_extrema(SkScalar coords[14]) in flatten_double_quad_extrema()
260 coords[2] = coords[6] = coords[4]; in flatten_double_quad_extrema()
570 static void flatten_double_cubic_extrema(SkScalar coords[14]) in flatten_double_cubic_extrema()
572 coords[4] = coords[8] = coords[6]; in flatten_double_cubic_extrema()
/external/freetype/src/psaux/
Dpsobjs.c776 FT_Short* coords ) in ps_tocoordarray() argument
819 if ( coords != NULL && count >= max_coords ) in ps_tocoordarray()
824 *( coords != NULL ? &coords[count] : &dummy ) = in ps_tocoordarray()
1374 FT_Short* coords ) in ps_parser_to_coord_array() argument
1378 max_coords, coords ); in ps_parser_to_coord_array()
Dpsobjs.h127 FT_Short* coords );
/external/webkit/WebCore/html/
DHTMLAreaElement.h56 String coords() const;
DHTMLAnchorElement.h58 const AtomicString& coords() const;
DHTMLAttributeNames.in59 coords
DHTMLAreaElement.idl30 attribute [ConvertNullToNullString] DOMString coords;
DHTMLAnchorElement.idl30 attribute [ConvertNullToNullString] DOMString coords;
DHTMLAreaElement.cpp173 String HTMLAreaElement::coords() const in coords() function in WebCore::HTMLAreaElement
DHTMLAnchorElement.cpp339 const AtomicString& HTMLAnchorElement::coords() const in coords() function in WebCore::HTMLAnchorElement
/external/webkit/WebCore/page/gtk/
DAccessibilityObjectWrapperAtk.cpp333 …tents(AtkText* text, gint offset, gint* x, gint* y, gint* width, gint* height, AtkCoordType coords) in webkit_accessible_text_get_character_extents() argument
340 switch(coords) { in webkit_accessible_text_get_character_extents()
361 …gint webkit_accessible_text_get_offset_at_point(AtkText* text, gint x, gint y, AtkCoordType coords) in webkit_accessible_text_get_offset_at_point() argument
/external/freetype/src/pshinter/
Dpshrec.c1129 FT_Long* coords ) in t1_hints_stem() argument
1131 ps_hints_stem( (PS_Hints)hints, dimension, 1, coords ); in t1_hints_stem()
1168 FT_Fixed* coords ) in t2_hints_stems() argument
1185 y += coords[n]; in t2_hints_stems()
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmlattrs.in43 coords
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_opengl.h6033 typedef void (APIENTRYP PFNGLVERTEXSTREAM1SVATIPROC) (GLenum stream, const GLshort *coords);
6035 typedef void (APIENTRYP PFNGLVERTEXSTREAM1IVATIPROC) (GLenum stream, const GLint *coords);
6037 typedef void (APIENTRYP PFNGLVERTEXSTREAM1FVATIPROC) (GLenum stream, const GLfloat *coords);
6039 typedef void (APIENTRYP PFNGLVERTEXSTREAM1DVATIPROC) (GLenum stream, const GLdouble *coords);
6041 typedef void (APIENTRYP PFNGLVERTEXSTREAM2SVATIPROC) (GLenum stream, const GLshort *coords);
6043 typedef void (APIENTRYP PFNGLVERTEXSTREAM2IVATIPROC) (GLenum stream, const GLint *coords);
6045 typedef void (APIENTRYP PFNGLVERTEXSTREAM2FVATIPROC) (GLenum stream, const GLfloat *coords);
6047 typedef void (APIENTRYP PFNGLVERTEXSTREAM2DVATIPROC) (GLenum stream, const GLdouble *coords);
6049 typedef void (APIENTRYP PFNGLVERTEXSTREAM3SVATIPROC) (GLenum stream, const GLshort *coords);
6051 typedef void (APIENTRYP PFNGLVERTEXSTREAM3IVATIPROC) (GLenum stream, const GLint *coords);
[all …]
/external/webkit/WebKit/mac/Carbon/
DHIViewAdapter.m234 printf("%s: rect in port coords %d %d %d %d\n", inNeedsDisplay ? "INVALIDATE" : "VALIDATE",
/external/webkit/WebKit/win/
DWebView.cpp1061 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; in handleContextMenuEvent() local
1062 if (coords.x == -1 || coords.y == -1) { in handleContextMenuEvent()
1111 coords = location + IntSize(0, -1); in handleContextMenuEvent()
1113 if (!::ScreenToClient(m_viewWindow, &coords)) in handleContextMenuEvent()
1117 lParam = MAKELPARAM(coords.x, coords.y); in handleContextMenuEvent()
1126 IntPoint documentPoint(m_page->mainFrame()->view()->windowToContents(coords)); in handleContextMenuEvent()
/external/webkit/WebCore/css/
DCSSParser.cpp875 Vector<int> coords; in parseValue() local
878 coords.append(int(value->fValue)); in parseValue()
882 int nrcoords = coords.size(); in parseValue()
887 hotspot = IntPoint(coords[0], coords[1]); in parseValue()
888 if (m_strict || coords.size() == 0) { in parseValue()

12