Searched defs:box (Results 176 - 200 of 255) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h47 // We don't let our line box tree for a single line get any deeper than this.
342 RenderBox* box = toRenderBox(m_current.object()); local
343 bool isInlineType = box->style()->isOriginalDisplayInlineType();
345 m_block->setStaticInlinePositionForChild(box, m_block->startOffsetForContent());
349 box->layer()->setStaticBlockPosition(m_block->logicalHeight());
354 if (isInlineType || box->container()->isRenderInline()) {
356 m_lineMidpointState.ensureLineBoxInsideIgnoredSpaces(box);
357 m_trailingObjects.appendObjectIfNeeded(box);
359 positionedObjects.append(box);
361 m_width.addUncommittedWidth(inlineLogicalWidth(box)
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c861 const struct pipe_box *box)
873 box);
910 const struct pipe_box *box)
919 box);
950 const struct pipe_box *box,
964 box,
857 galahad_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
908 galahad_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
946 galahad_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned slice_stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c770 const struct pipe_box *box)
782 box);
815 const struct pipe_box *box)
824 box);
847 const struct pipe_box *box,
861 box,
766 identity_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
813 identity_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
843 identity_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c601 const struct pipe_box *box)
619 box->depth > 1 ? -1 : box->z,
639 pt->box = *box;
707 transfer->box.z,
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
736 transfer->box.z);
597 llvmpipe_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c1027 const struct pipe_box *box)
1040 box);
1084 const struct pipe_box *box)
1094 box);
1120 const struct pipe_box *box,
1135 box,
1023 rbug_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
1082 rbug_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
1116 rbug_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c1219 trace_dump_arg(box, src_box);
1363 const struct pipe_box *box)
1378 result = context->get_transfer(context, texture, level, usage, box);
1423 const struct pipe_box *box)
1432 box);
1452 const struct pipe_box *box = &transfer->box; local
1462 trace_dump_arg(box, box);
1467 box,
1359 trace_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
1421 trace_context_transfer_flush_region( struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
1485 trace_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h291 struct pipe_box box; local
293 box.x = 0;
294 box.y = 0;
295 box.z = 0;
296 box.width = res->width0;
297 box.height = res->height0;
298 box.depth = 1;
301 box.x = MIN2(rect->x0, rect->x1);
302 box.y = MIN2(rect->y0, rect->y1);
303 box
[all...]
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c861 const struct pipe_box *box)
873 box);
910 const struct pipe_box *box)
919 box);
950 const struct pipe_box *box,
964 box,
857 galahad_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
908 galahad_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
946 galahad_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned slice_stride) argument
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.c770 const struct pipe_box *box)
782 box);
815 const struct pipe_box *box)
824 box);
847 const struct pipe_box *box,
861 box,
766 identity_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
813 identity_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
843 identity_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c601 const struct pipe_box *box)
619 box->depth > 1 ? -1 : box->z,
639 pt->box = *box;
707 transfer->box.z,
721 transfer->box.y / util_format_get_blockheight(format) * transfer->stride +
722 transfer->box.x / util_format_get_blockwidth(format) * util_format_get_blocksize(format);
736 transfer->box.z);
597 llvmpipe_get_transfer(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c1027 const struct pipe_box *box)
1040 box);
1084 const struct pipe_box *box)
1094 box);
1120 const struct pipe_box *box,
1135 box,
1023 rbug_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
1082 rbug_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
1116 rbug_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1219 trace_dump_arg(box, src_box);
1363 const struct pipe_box *box)
1378 result = context->get_transfer(context, texture, level, usage, box);
1423 const struct pipe_box *box)
1432 box);
1452 const struct pipe_box *box = &transfer->box; local
1462 trace_dump_arg(box, box);
1467 box,
1359 trace_context_get_transfer(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box) argument
1421 trace_context_transfer_flush_region( struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) argument
1485 trace_context_transfer_inline_write(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h291 struct pipe_box box; local
293 box.x = 0;
294 box.y = 0;
295 box.z = 0;
296 box.width = res->width0;
297 box.height = res->height0;
298 box.depth = 1;
301 box.x = MIN2(rect->x0, rect->x1);
302 box.y = MIN2(rect->y0, rect->y1);
303 box
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java704 public void box(Type type) { method in class:CodeEmitter
786 box(state.argumentTypes[i]);
/external/opencv/cv/src/
H A Dcvshapedescr.cpp773 box filled with zero values is returned.
777 icvFitEllipse_F( CvSeq* points, CvBox2D* box )
883 box->center.x = box->center.y =
884 box->size.width = box->size.height =
885 box->angle = 0.f;
915 box->center.x = (float)offx;
916 box->center.y = (float)offy;
917 box
978 CvBox2D box; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp654 CGRect box = CTFontGetBoundingBox(font); local
655 bbox[0] = box.origin.x;
656 bbox[1] = box.origin.y;
657 bbox[2] = box.origin.x + box.size.width;
658 bbox[3] = box.origin.y + box.size.height;
/external/pixman/pixman/
H A Dpixman.c948 const pixman_box32_t *box = &(boxes[i]); local
952 box->x1, box->y1,
953 box->x2 - box->x1, box->y2 - box->y1);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js174 "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "box-shadow", "color",
175 "fill", "outline", "outline-color", "stroke", "text-shadow", "-webkit-box-shadow", "-webkit-column-rule-color",
219 "box-orient": { values: [
233 "box-shadow": { values: [
291 "box-reflect": { values: [
313 "border-box", "content-box", "padding-box"
367 "caption", "icon", "menu", "message-box", "small-caption", "-webkit-mini-control", "-webkit-small-control",
380 "table-column", "table-cell", "table-caption", "-webkit-box", "
[all...]
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1513 gfx::BoxF box; local
1514 if (LayerUtils::GetAnimationBounds(*this, &box)) {
1516 MathUtil::AddToTracedValue(box, state);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp232 // We want to notify that the combo box has changed its active descendant,
233 // but we do not want to change the focus, because focus should remain with the combo box.
249 RenderBox* box = toRenderBox(m_renderer);
250 if (!box->canBeScrolledAndHasScrollableArea())
253 return box->scrollableArea();
632 // NOTE: BRs always have text boxes now, so the text box check here can be removed
1214 RenderBox* box = toRenderBox(m_renderer); local
1215 if (box->frameRect() != m_cachedFrameRect)
1218 if (box->canBeScrolledAndHasScrollableArea()) {
1219 ScrollableArea* scrollableArea = box
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp450 static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForNinePieceImageQuad(const BorderImageLengthBox& box, const RenderStyle& style) argument
458 if (box.top().isNumber())
459 top = cssValuePool().createValue(box.top().number(), CSSPrimitiveValue::CSS_NUMBER);
461 top = cssValuePool().createValue(box.top().length(), style);
463 if (box.right() == box.top() && box.bottom() == box.top() && box.left() == box
1670 EFillBox box = isClip ? currLayer->clip() : currLayer->origin(); local
2501 LayoutRect box; local
2550 LayoutRect box; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp746 InlineTextBox* box = sortedTextBoxes.isEmpty() ? 0 : sortedTextBoxes[sortedTextBoxesPosition]; local
748 if (!box) {
762 // This loop structure works to process all gaps preceding a box,
763 // and also will look at the gap after the last box.
764 while (prevBox || box) {
770 unsigned gapEnd = box ? box->start() : length;
782 prevBox = box;
783 if (box) {
785 box
[all...]
H A DVisibleUnits.cpp147 const InlineTextBox* CachedLogicallyOrderedLeafBoxes::previousTextBox(const RootInlineBox* root, const InlineTextBox* box) argument
154 // If box is null, root is box's previous RootInlineBox, and previousBox is the last logical box in root.
156 if (box)
157 boxIndex = boxIndexInLeaves(box) - 1;
167 const InlineTextBox* CachedLogicallyOrderedLeafBoxes::nextTextBox(const RootInlineBox* root, const InlineTextBox* box) argument
174 // If box is null, root is box's next RootInlineBox, and nextBox is the first logical box i
929 InlineBox* box; local
984 InlineBox* box; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp86 static void setHasTextDescendantsOnAncestors(InlineFlowBox* box) argument
88 while (box && !box->hasTextDescendants()) {
89 box->setHasTextDescendants();
90 box = box->parent();
164 RenderBox& box = toRenderBox(child->renderer()); local
165 if (box.hasRenderOverflow() || box.hasSelfPaintingLayer())
312 // The root inline box neve
667 RenderBox& box = toRenderBox(curr->renderer()); local
922 RenderBox& box = toRenderBox(inlineBox->renderer()); local
1171 InlineBox* box = ltr ? firstChild() : lastChild(); local
[all...]
H A DRenderFlexibleBox.cpp131 static int synthesizedBaselineFromContentBox(const RenderBox& box, LineDirectionMode direction) argument
133 return direction == HorizontalLine ? box.borderTop() + box.paddingTop() + box.contentHeight() : box.borderRight() + box.paddingRight() + box.contentWidth();
216 // This is only necessary for stretching since other alignment values don't change the size of the box.
1263 // Keep track of the space between the baseline edge and the after edge of the box for each line.

Completed in 401 milliseconds

1234567891011