/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 40 * Next, the color-selection step begins with a box representing the whole 41 * color space, and repeatedly splits the "largest" remaining box until we 43 * remaining box becomes one of the possible output colors. 51 * the "largest" box and deciding where to cut it. The particular policies 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 263 /* The volume (actually 2-norm) of the box */ 265 /* The number of nonzero histogram cells within this box */ 267 } box; typedef in typeref:struct:__anon10670 269 typedef box * boxptr; 274 /* Find the splittable box with the largest color population * [all...] |
/external/webkit/Source/WebCore/rendering/ |
InlineFlowBox.cpp | 151 RenderBox* box = toRenderBox(child->renderer()); local 152 if (box->hasRenderOverflow() || box->hasSelfPaintingLayer()) 296 // The root inline box never has borders/margins/padding. 373 // Our offset that we cache needs to be from the edge of the right border box and 374 // not the left border box. We have to subtract |x| from the width of the block 375 // (which can be obtained from the root line box). 389 // The box can have a different writing-mode than the overall line, so this is a bit complicated. 484 // a line. These values are computed based off the block's line-box-contain property, which indicates 487 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) fro 629 RenderBox* box = toRenderBox(curr->renderer()); local 807 RenderBox* box = toRenderBox(inlineBox->renderer()); local 1277 InlineBox* box = ltr ? firstChild() : lastChild(); local [all...] |
RenderText.cpp | 221 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) 222 box->remove(); 238 void RenderText::extractTextBox(InlineTextBox* box) 242 m_lastTextBox = box->prevTextBox(); 243 if (box == m_firstTextBox) 245 if (box->prevTextBox()) 246 box->prevTextBox()->setNextTextBox(0) 1004 InlineTextBox* box; local 1447 InlineTextBox* box = firstTextBox(); local 1458 InlineTextBox* box = lastTextBox(); local [all...] |
RenderThemeSafari.cpp | 299 // fit the glow/check space into the available box's width/height. 320 const RenderBox* box = toRenderBox(o); local 321 return box->marginTop() + box->height() - 2; // The baseline is 2px up from the bottom of the checkbox/radio in AppKit. [all...] |
RenderBlockLineLayout.cpp | 68 // We don't let our line box tree for a single line get any deeper than this. 182 // We only treat a box as text for a <br> if we are on a line by ourself or in strict mode 183 // (Note the use of strict mode. In "almost strict" mode, we don't treat the box for <br> as text.) 217 // See if we have an unconstructed line box for this object that is also 228 // Get the last box we made for this render object. 231 // If this box or its ancestor is constructed then it is from a previous line, and we need 232 // to make a new box for our line. If this box or its ancestor is unconstructed but it has 233 // something following it on the line, then we know we have to make a new box 240 // We need to make a new box for this render object. Onc 310 InlineBox* box = createInlineBoxForRenderer(r->m_object, false, isOnlyRun); local 800 RenderBox* box = toRenderBox(o); local 952 RootInlineBox* box = startLine; local 1910 RenderBox* box = toRenderBox(o); local [all...] |
RenderBox.cpp | 485 // Transform-origin depends on box size, so we need to update the layer transform after layout. 506 IntRect box = borderBoundingBox(); local 507 adjustRectForOutlineAndShadow(box); 509 FloatQuad containerRelativeQuad = FloatRect(box); 515 box = containerRelativeQuad.enclosingBoundingBox(); 519 box.move(view()->layoutDelta()); 521 return box; 535 IntRect box = borderBoxRect(); 536 result = box; 539 result.move(0, box.height() + reflectionOffset()) [all...] |
RenderLayer.cpp | 445 RenderBox* box = renderBox(); local 446 ASSERT(box); 448 box->style()->applyTransform(*m_transform, box->borderBoxRect().size(), RenderStyle::IncludeTransformOrigin); 686 } else if (RenderBox* box = renderBox()) { 687 setWidth(box->width()); 688 setHeight(box->height()); 689 localPoint += box->locationOffsetIncludingFlipping(); 927 // If we have a mask, then the clip is limited to the border box area (and there is 1337 RenderBox* box = renderBox(); local 1479 RenderBox* box = renderBox(); local 1775 RenderBox* box = renderBox(); local 1866 RenderBox* box = renderBox(); local 1894 RenderBox* box = renderBox(); local 2126 RenderBox* box = renderBox(); local 2134 RenderBox* box = renderBox(); local 2142 RenderBox* box = renderBox(); local 2150 RenderBox* box = renderBox(); local 2158 RenderBox* box = renderBox(); local 2202 RenderBox* box = renderBox(); local 2387 RenderBox* box = renderBox(); local 3449 RenderBox* box = toRenderBox(renderer()); local 3521 RenderBox* box = toRenderBox(renderer()); local 3657 RenderBox* box = renderBox(); local [all...] |
RenderBlock.cpp | 189 for (InlineFlowBox* box = firstLineBox(); box; box = box->nextLineBox()) { 190 while (InlineBox* childBox = box->firstChild()) 357 // column span box holding column span children. 379 // The goal is to locate a suitable box in which to place our child. 386 // See if the child can be placed in the box. 414 // Create a new anonymous box of the appropriate type. 708 // Insert the child into the anonymous block box instead of here 1908 RenderBox* box = *it; local 2150 RootInlineBox* box = toRenderBox(o)->inlineBoxWrapper()->root(); local 2161 RootInlineBox* box = *it; local 5558 RootInlineBox *box = getLineAtIndex(toRenderBlock(obj), i, count); local 5951 RenderBox* box = toRenderBox(curr); local [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 640 final OrientedBoundingBox box = local 643 float angle = Math.abs(box.orientation); 648 if (box.squareness > mGestureStrokeSquarenessTreshold ||
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 106 #ifdef box 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); } function 108 #undef box macro 109 #define box UNDEF(box) macro 760 // We may automatically request the box around it. 1030 int box(chtype vert=0, chtype hor=0) { function in class:NCursesWindow 1032 // Draw a box around the window with the given vertical and horizontal [all...] |
curses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
ncurses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 106 #ifdef box 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); } function 108 #undef box macro 109 #define box UNDEF(box) macro 760 // We may automatically request the box around it. 1030 int box(chtype vert=0, chtype hor=0) { function in class:NCursesWindow 1032 // Draw a box around the window with the given vertical and horizontal [all...] |
curses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
ncurses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 106 #ifdef box 107 inline int UNDEF(box)(WINDOW *win, int v, int h) { return box(win, v, h); } function 108 #undef box macro 109 #define box UNDEF(box) macro 760 // We may automatically request the box around it. 1030 int box(chtype vert=0, chtype hor=0) { function in class:NCursesWindow 1032 // Draw a box around the window with the given vertical and horizontal [all...] |
curses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
ncurses.h | 536 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 979 #define box macro 1487 #undef box macro [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 1075 InlineTextBox* box = renderText ? renderText->firstTextBox() : 0; local [all...] |
/external/webkit/Source/WebCore/dom/ |
Node.cpp | 839 RenderBoxModelObject* box = renderBoxModelObject(); local 840 if (!box) 842 if (!box->borderBoundingBox().isEmpty()) [all...] |
/external/webkit/Source/WebCore/page/ |
EventHandler.cpp | 145 // Find the nearest enclosing box. 520 // Check for a box that can be scrolled in its own right. 524 // Check for a box that represents the top level of a web page. 2267 RenderBoxModelObject* box = focusedNode->renderBoxModelObject(); local [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | 672 RenderBoxModelObject* box = toRenderBoxModelObject(m_renderer); local 673 if (box->isTextField()) 674 return static_cast<HTMLInputElement*>(box->node())->readOnly(); 675 if (box->isTextArea()) 676 return static_cast<HTMLTextAreaElement*>(box->node())->readOnly(); [all...] |
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
ExchangeService.java | 1309 Mailbox box = Mailbox.restoreMailboxWithId(this, mid); local [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.cpp | 1669 InlineTextBox* box = static_cast<InlineTextBox*>(inlineBox); local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | 442 // sizing for "box +n" in allDay events 2757 Rect box = new Rect(); local 3171 Rect box = getCurrentSelectionPosition(); local [all...] |