/external/freetype/src/base/ |
D | ftmm.c | 112 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/ |
D | ftmm.h | 172 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/ |
D | svmm.h | 49 FT_Long* coords ); 54 FT_Fixed* coords ); 59 FT_Long* coords );
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 722 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 …]
|
D | ttgxvar.h | 147 FT_Fixed* coords ); 152 FT_Fixed* coords );
|
D | ttgload.c | 143 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/ |
D | pshints.h | 180 FT_Long* coords ); 214 FT_Long* coords );
|
D | psaux.h | 370 FT_Short* coords );
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 258 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/ |
D | psobjs.c | 776 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()
|
D | psobjs.h | 127 FT_Short* coords );
|
/external/webkit/WebCore/html/ |
D | HTMLAreaElement.h | 56 String coords() const;
|
D | HTMLAnchorElement.h | 58 const AtomicString& coords() const;
|
D | HTMLAttributeNames.in | 59 coords
|
D | HTMLAreaElement.idl | 30 attribute [ConvertNullToNullString] DOMString coords;
|
D | HTMLAnchorElement.idl | 30 attribute [ConvertNullToNullString] DOMString coords;
|
D | HTMLAreaElement.cpp | 173 String HTMLAreaElement::coords() const in coords() function in WebCore::HTMLAreaElement
|
D | HTMLAnchorElement.cpp | 339 const AtomicString& HTMLAnchorElement::coords() const in coords() function in WebCore::HTMLAnchorElement
|
/external/webkit/WebCore/page/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 333 …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/ |
D | pshrec.c | 1129 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/ |
D | htmlattrs.in | 43 coords
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_opengl.h | 6033 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/ |
D | HIViewAdapter.m | 234 printf("%s: rect in port coords %d %d %d %d\n", inNeedsDisplay ? "INVALIDATE" : "VALIDATE",
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 1061 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/ |
D | CSSParser.cpp | 875 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()
|