HomeSort by relevance Sort by last modified time
    Searched defs:border (Results 26 - 47 of 47) sorted by null

12

  /external/freetype/src/base/
ftstroke.c 317 ft_stroke_border_grow( FT_StrokeBorder border,
320 FT_UInt old_max = border->max_points;
321 FT_UInt new_max = border->num_points + new_points;
328 FT_Memory memory = border->memory;
334 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) ||
335 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) )
338 border->max_points = cur_max;
347 ft_stroke_border_close( FT_StrokeBorder border,
350 FT_UInt start = border->start;
351 FT_UInt count = border->num_points
882 FT_StrokeBorder border = stroker->borders + side; local
924 FT_StrokeBorder border = stroker->borders + side; local
951 FT_StrokeBorder border = stroker->borders + side; local
982 FT_StrokeBorder border = stroker->borders + side; local
1044 FT_StrokeBorder border = stroker->borders + side; local
1246 FT_StrokeBorder border; local
1284 FT_StrokeBorder border; local
1436 FT_StrokeBorder border; local
1636 FT_StrokeBorder border; local
2365 FT_StrokerBorder border; local
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 584 @property(copy) NSString *border; variable
708 @property(copy) NSString *border; variable
846 @property(copy) NSString *border; variable
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 584 final int border = mInvalidateExtraBorder; local
585 mInvalidRect.set((int) x - border, (int) y - border, (int) x + border, (int) y + border);
614 final int border = mInvalidateExtraBorder; local
615 areaToRefresh.set((int) mCurveEndX - border, (int) mCurveEndY - border,
616 (int) mCurveEndX + border, (int) mCurveEndY + border);
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 501 void Debug_glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data)
510 GLint border; member in struct:__anon15495
515 _c->glCompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data);
524 caller.border = border;
533 msg.set_arg5(border);
585 void Debug_glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
596 GLint border; member in struct:__anon15497
599 _c->glCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
613 caller.border = border
2531 GLint border; member in struct:__anon15577
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 99 #ifdef border
100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) function
101 { return border(ls, rs, ts, bs, tl, tr, bl, br); }
102 #undef border macro
103 #define border UNDEF(border) macro
1036 int border(chtype left=0, chtype right=0, function in class:NCursesWindow
1042 // Draw a border around the window with the given characters for the
1043 // various parts of the border. If you pass zero for a character, curses
    [all...]
curses.h 535 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */
980 #define border macro
    [all...]
ncurses.h 535 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* generated */
980 #define border macro
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/opencv/cvaux/include/
cvaux.h 531 CvPoint2D32f border[2][4]; member in struct:CvStereoCamera
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 434 // return the distance between the canvas origin and the left border edge
468 // return the distance between the canvas origin and the top border edge
565 RoundedIntRect border = style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge); local
568 border.setRadii(segmentBorder.radii());
571 return border;
620 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge); local
621 context->fillRoundedRect(border, bgColor, style()->colorSpace());
637 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge); local
638 context->addRoundedRectClip(border);
672 // to actually render, so we should intersect the dirty rect with the border box of the background
2071 RoundedIntRect border = (shadowStyle == Inset) ? s->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge) local
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 345 bool hasBorder() const { return surround->border.hasBorder(); }
410 const BorderData& border() const { return surround->border; } function in class:WebCore::RenderStyle
411 const BorderValue& borderLeft() const { return surround->border.left(); }
412 const BorderValue& borderRight() const { return surround->border.right(); }
413 const BorderValue& borderTop() const { return surround->border.top(); }
414 const BorderValue& borderBottom() const { return surround->border.bottom(); }
421 const NinePieceImage& borderImage() const { return surround->border.image(); }
423 const LengthSize& borderTopLeftRadius() const { return surround->border.topLeft(); }
424 const LengthSize& borderTopRightRadius() const { return surround->border.topRight();
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 4886 milliseconds

12