Searched defs:center (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/prebuilts/misc/windows/sdl2/test/
H A Dtestrendercopyex.c95 SDL_Point *center=NULL; local
110 center = &origin;
122 SDL_RenderCopyEx(s->renderer, s->sprite, NULL, &s->sprite_rect, (double)s->sprite_rect.w, center, s->scale_direction);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusmatrix.h158 Status RotateAt(REAL angle, const PointF& center, argument
164 REAL x = center.X;
165 REAL y = center.Y;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusmatrix.h158 Status RotateAt(REAL angle, const PointF& center, argument
164 REAL x = center.X;
165 REAL y = center.Y;
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dstringold.py291 def center(s, width): function
292 """center(s, width) -> string
294 Return a center version of s, in a field of the specified
303 # This ensures that center(center(s, i), j) = center(s, j)
H A DUserString.py63 def center(self, width, *args): member in class:UserString
64 return self.__class__(self.data.center(width, *args))
H A Dstring.py445 def center(s, width, *args): function
446 """center(s, width[, fillchar]) -> string
448 Return a center version of s, in a field of the specified
453 return s.center(width, *args)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dstringold.py291 def center(s, width): function
292 """center(s, width) -> string
294 Return a center version of s, in a field of the specified
303 # This ensures that center(center(s, i), j) = center(s, j)
H A DUserString.py63 def center(self, width, *args): member in class:UserString
64 return self.__class__(self.data.center(width, *args))
H A Dstring.py445 def center(s, width, *args): function
446 """center(s, width[, fillchar]) -> string
448 Return a center version of s, in a field of the specified
453 return s.center(width, *args)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dstringold.py291 def center(s, width): function
292 """center(s, width) -> string
294 Return a center version of s, in a field of the specified
303 # This ensures that center(center(s, i), j) = center(s, j)
H A DUserString.py63 def center(self, width, *args): member in class:UserString
64 return self.__class__(self.data.center(width, *args))
H A Dstring.py445 def center(s, width, *args): function
446 """center(s, width[, fillchar]) -> string
448 Return a center version of s, in a field of the specified
453 return s.center(width, *args)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dstringold.py291 def center(s, width): function
292 """center(s, width) -> string
294 Return a center version of s, in a field of the specified
303 # This ensures that center(center(s, i), j) = center(s, j)
H A DUserString.py63 def center(self, width, *args): member in class:UserString
64 return self.__class__(self.data.center(width, *args))
H A Dstring.py445 def center(s, width, *args): function
446 """center(s, width[, fillchar]) -> string
448 Return a center version of s, in a field of the specified
453 return s.center(width, *args)
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_haptic.h612 Sint16 center[3]; /**< Position of the dead zone. */ member in struct:SDL_HapticCondition
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_haptic.h612 Sint16 center[3]; /**< Position of the dead zone. */ member in struct:SDL_HapticCondition
/prebuilts/misc/windows/sdl2/include/
H A DSDL_haptic.h612 Sint16 center[3]; /**< Position of the dead zone. */ member in struct:SDL_HapticCondition
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_haptic.h612 Sint16 center[3]; /**< Position of the dead zone. */ member in struct:SDL_HapticCondition
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DEditorWindow.py209 text.bind("<<center-insert>>", self.center_insert_event)
700 self.center()
949 self.center()
951 def center(self, mark="insert"): member in class:EditorWindow
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DEditorWindow.py209 text.bind("<<center-insert>>", self.center_insert_event)
700 self.center()
949 self.center()
951 def center(self, mark="insert"): member in class:EditorWindow
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py209 text.bind("<<center-insert>>", self.center_insert_event)
700 self.center()
949 self.center()
951 def center(self, mark="insert"): member in class:EditorWindow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DEditorWindow.py209 text.bind("<<center-insert>>", self.center_insert_event)
700 self.center()
949 self.center()
951 def center(self, mark="insert"): member in class:EditorWindow
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dd2d1helper.h85 D2D1FORCEINLINE D2D1_ELLIPSE Ellipse(const D2D1_POINT_2F &center, FLOAT radiusX, FLOAT radiusY) { argument
86 D2D1_ELLIPSE r = {center, radiusX, radiusY};
137 D2D1FORCEINLINE D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES RadialGradientBrushProperties(const D2D1_POINT_2F &center, const D2D1_POINT_2F &gradientOriginOffset, FLOAT radiusX, FLOAT radiusY) { argument
138 D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES r = {center, gradientOriginOffset, radiusX, radiusY};
392 static D2D1FORCEINLINE Matrix3x2F Scale(D2D1_SIZE_F size, D2D1_POINT_2F center = D2D1::Point2F()) {
393 return Scale(size.width, size.height, center);
396 static D2D1FORCEINLINE Matrix3x2F Scale(FLOAT x, FLOAT y, D2D1_POINT_2F center = D2D1::Point2F()) {
397 return Matrix3x2F(x, 0.0f, 0.0f, y, center.x - x*center.x, center
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dd2d1helper.h85 D2D1FORCEINLINE D2D1_ELLIPSE Ellipse(const D2D1_POINT_2F &center, FLOAT radiusX, FLOAT radiusY) { argument
86 D2D1_ELLIPSE r = {center, radiusX, radiusY};
137 D2D1FORCEINLINE D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES RadialGradientBrushProperties(const D2D1_POINT_2F &center, const D2D1_POINT_2F &gradientOriginOffset, FLOAT radiusX, FLOAT radiusY) { argument
138 D2D1_RADIAL_GRADIENT_BRUSH_PROPERTIES r = {center, gradientOriginOffset, radiusX, radiusY};
392 static D2D1FORCEINLINE Matrix3x2F Scale(D2D1_SIZE_F size, D2D1_POINT_2F center = D2D1::Point2F()) {
393 return Scale(size.width, size.height, center);
396 static D2D1FORCEINLINE Matrix3x2F Scale(FLOAT x, FLOAT y, D2D1_POINT_2F center = D2D1::Point2F()) {
397 return Matrix3x2F(x, 0.0f, 0.0f, y, center.x - x*center.x, center
[all...]

Completed in 655 milliseconds

1234567891011>>