Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 18 of 18) sorted by relevance

/external/freetype/src/base/
Dftmm.c112 FT_Long* coords ) in FT_Set_MM_Design_Coordinates()
135 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates()
158 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates()
184 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DMidpointDisplacementHeightMap.java169 …protected int[] doSquareStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange, … in doSquareStep()
201 …protected int[] doDiamondStep(float[][] tempBuffer, int[] coords, int stepSize, float offsetRange,… in doDiamondStep()
246 protected float getOffset(Random random, float offsetRange, int[] coords, float average) { in getOffset()
/external/webkit/Source/WebCore/page/
DGeoposition.h49 Coordinates* coords() const { return m_coordinates.get(); } in coords() function
/external/skia/tests/
DBitmapCopyTest.cpp215 Coordinates& coords, in reportCopyVerification() argument
235 void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) { in writeCoordPixels()
483 Coordinates coords(subW * subH); in TestBitmapCopy() local
/external/freetype/include/freetype/
Dftmm.h172 FT_Fixed* coords; member
/external/skia/third_party/glu/libtess/
Dmesh.h128 GLdouble coords[3]; /* vertex location in 3D */ member
Dtess.h62 GLdouble coords[3]; member
Dsweep.c416 GLdouble coords[3]; in CallCombine() local
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java1083 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES()
1088 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES()
1098 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES()
1105 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES()
1119 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES()
1126 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES()
1138 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES()
1145 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES()
/external/freetype/src/truetype/
Dttgxvar.c857 FT_Fixed* coords ) in TT_Set_MM_Blend()
993 FT_Fixed* coords ) in TT_Set_Var_Design()
Dttgload.c238 FT_Vector* coords, in translate_array()
/external/freetype/src/psaux/
Dpsobjs.c778 FT_Short* coords ) in ps_tocoordarray()
1378 FT_Short* coords ) in ps_parser_to_coord_array()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java403 …VertexBuffer coords = UVCoordinatesGenerator.generateUVCoordinates(materialContext.getUvCoordinate… in toMesh() local
/external/freetype/src/pshinter/
Dpshrec.c1132 FT_Fixed* coords ) in t1_hints_stem()
1177 FT_Fixed* coords ) in t2_hints_stems()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1543 static IntRect textExtents(AtkText* text, gint startOffset, gint length, AtkCoordType coords) in textExtents()
1568 …tents(AtkText* text, gint offset, gint* x, gint* y, gint* width, gint* height, AtkCoordType coords) in webkit_accessible_text_get_character_extents()
1577 …get_range_extents(AtkText* text, gint startOffset, gint endOffset, AtkCoordType coords, AtkTextRec… in webkit_accessible_text_get_range_extents()
1591 …gint webkit_accessible_text_get_offset_at_point(AtkText* text, gint x, gint y, AtkCoordType coords) in webkit_accessible_text_get_offset_at_point()
/external/skia/src/gpu/
DGrDrawTarget.cpp1062 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(vertices) + in SetRectVertices() local
/external/webkit/Source/WebCore/css/
DCSSParser.cpp1051 Vector<int> coords; in parseValue() local
/external/webkit/Source/WebKit/win/
DWebView.cpp1261 POINT coords = { GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam) }; in handleContextMenuEvent() local