Home
last modified time | relevance | path

Searched defs:box (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatBoxTest.cpp38 FloatBox box(1, 2, 3, 4, 5, 6); in TEST() local
52 FloatBox box(0, 0, 0, 4, 4, 4); in TEST() local
62 FloatBox box(1, 2, 3, 4, 4, 4); in TEST() local
72 FloatBox box(1, 2, 3, 4, 4, 4); in TEST() local
79 FloatBox box; in TEST() local
98 FloatBox box; in TEST() local
113 FloatBox box; in TEST() local
DFloatBox.h60 FloatBox(const FloatBox& box) in FloatBox()
129 void expandTo(const FloatBox& box) in expandTo()
134 void unionBounds(const FloatBox& box) in unionBounds()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java36 public static String createPath(Box box) { in createPath()
40 private static String createPath(Box box, String path) { in createPath()
52 public static Box getPath(Box box, String path) { in getPath()
58 public static List<Box> getPaths(Box box, String path) { in getPaths()
111 public static boolean isContained(Box box, String path) { in isContained()
/external/mesa3d/src/gallium/auxiliary/util/
Du_box.h9 struct pipe_box *box ) in u_box_1d()
24 struct pipe_box *box ) in u_box_2d()
37 struct pipe_box *box ) in u_box_origin_2d()
53 struct pipe_box *box ) in u_box_2d_zslice()
70 struct pipe_box *box ) in u_box_3d()
Du_transfer.c14 const struct pipe_box *box, in u_default_transfer_inline_write()
91 const struct pipe_box *box) in u_default_transfer_flush_region()
101 const struct pipe_box *box) in u_default_get_transfer()
Du_resource.c31 const struct pipe_box *box) in u_get_transfer_vtbl()
53 const struct pipe_box *box) in u_transfer_flush_region_vtbl()
70 const struct pipe_box *box, in u_transfer_inline_write_vtbl()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_box.h9 struct pipe_box *box ) in u_box_1d()
24 struct pipe_box *box ) in u_box_2d()
37 struct pipe_box *box ) in u_box_origin_2d()
53 struct pipe_box *box ) in u_box_2d_zslice()
70 struct pipe_box *box ) in u_box_3d()
Du_transfer.c14 const struct pipe_box *box, in u_default_transfer_inline_write()
91 const struct pipe_box *box) in u_default_transfer_flush_region()
101 const struct pipe_box *box) in u_default_get_transfer()
Du_resource.c31 const struct pipe_box *box) in u_get_transfer_vtbl()
53 const struct pipe_box *box) in u_transfer_flush_region_vtbl()
70 const struct pipe_box *box, in u_transfer_inline_write_vtbl()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableLengthBoxAndBool.h41 …sRefPtrWillBeRawPtr<AnimatableLengthBoxAndBool> create(PassRefPtrWillBeRawPtr<AnimatableValue> box in create()
45 const AnimatableValue* box() const { return m_box.get(); } in box() function
55 AnimatableLengthBoxAndBool(PassRefPtrWillBeRawPtr<AnimatableValue> box, bool flag) in AnimatableLengthBoxAndBool()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperationsTest.cpp51 FloatBox box(200, 500, 100, 100, 300, 200); in EmpiricallyTestBounds() local
84 FloatBox box(0, 0, 0, 10, 10, 10); in TEST() local
137 FloatBox box(0, 0, 0, 10, 10, 10); in TEST() local
192 FloatBox box(-sqrt2, -sqrt2, 0, sqrt2, sqrt2, 0); in TEST() local
217 FloatBox box(1, 0, 0, 0, 0, 0); in TEST() local
240 FloatBox box(1, 0, 0, 0, 0, 0); in TEST() local
256 FloatBox box(1, 1, 1, 0, 0, 0); in TEST() local
303 FloatBox box(1, 1, 1, 0, 0, 0); in TEST() local
377 FloatBox box(0, 0, 0, 10, 10, 10); in TEST() local
419 FloatBox box(0, 0, 0, 10, 10, 10); in TEST() local
[all …]
/external/chromium_org/cc/layers/
Dlayer_utils_unittest.cc72 gfx::BoxF box; in TEST_F() local
95 gfx::BoxF box; in TEST_F() local
118 gfx::BoxF box; in TEST_F() local
145 gfx::BoxF box; in TEST_F() local
171 gfx::BoxF box; in TEST_F() local
205 gfx::BoxF box; in TEST_F() local
231 gfx::BoxF box; in TEST_F() local
261 gfx::BoxF box; in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DRenderedPosition.cpp121 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox; in bidiLevelOnLeft() local
127 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox; in bidiLevelOnRight() local
136 InlineBox* box = m_inlineBox; in leftBoundaryOfBidiRun() local
153 InlineBox* box = m_inlineBox; in rightBoundaryOfBidiRun() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLineBoxList.cpp51 void RenderLineBoxList::appendLineBox(InlineFlowBox* box) in appendLineBox()
78 void RenderLineBoxList::extractLineBox(InlineFlowBox* box) in extractLineBox()
94 void RenderLineBoxList::attachLineBox(InlineFlowBox* box) in attachLineBox()
113 void RenderLineBoxList::removeLineBox(InlineFlowBox* box) in removeLineBox()
187 bool RenderLineBoxList::lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box,… in lineIntersectsDirtyRect()
295 RootInlineBox* box = 0; in dirtyLinesFromChangedChild() local
DRenderText.cpp224 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in removeAndDestroyTextBoxes() local
241 void RenderText::extractTextBox(InlineTextBox* box) in extractTextBox()
257 void RenderText::attachTextBox(InlineTextBox* box) in attachTextBox()
276 void RenderText::removeTextBox(InlineTextBox* box) in removeTextBox()
328 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteRects() local
332 static FloatRect localQuadForTextBox(InlineTextBox* box, unsigned start, unsigned end, bool useSele… in localQuadForTextBox()
365 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteRectsForRange() local
389 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) in ellipsisRectForBox()
415 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuads() local
448 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuadsForRange() local
[all …]
DRootInlineBox.cpp72 EllipsisBox* box = gEllipsisBoxMap->take(this); in detachEllipsisBox() local
94 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in isHyphenated() local
201 void RootInlineBox::childRemoved(InlineBox* box) in childRemoved()
336 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap() local
362 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState() local
384 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox() local
394 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox() local
614 void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBo… in ascentAndDescentForBox()
716 LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositionCache& verticalPos… in verticalPositionForBox()
/external/fio/
Dghelpers.c8 GtkWidget *new_combo_entry_in_frame(GtkWidget *box, const char *label) in new_combo_entry_in_frame()
20 GtkWidget *new_info_entry_in_frame(GtkWidget *box, const char *label) in new_info_entry_in_frame()
46 GtkWidget *new_info_entry_in_frame_rgb(GtkWidget *box, const char *label, in new_info_entry_in_frame_rgb()
58 GtkWidget *new_info_label_in_frame(GtkWidget *box, const char *label) in new_info_label_in_frame()
73 GtkWidget *button, *box; in create_spinbutton() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.cpp102 InlineTextBox* box = new SVGInlineTextBox(*this); in createTextBox() local
107 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) in localCaretRect()
131 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in floatLinesBoundingBox() local
177 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint() local
/external/pixman/test/
Dregion-contains-test.c28 print_box (pixman_box32_t *box) in print_box()
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box) in crc32_box32()
109 pixman_box32_t box; in test_region_contains_rectangle() local
/external/chromium_org/ui/gfx/geometry/
Dbox_f.cc46 void BoxF::Union(const BoxF& box) { in Union()
60 void BoxF::ExpandTo(const BoxF& box) { in ExpandTo()
/external/qemu/android/skin/
Drect.c194 skin_box_minmax_init( SkinBox* box ) in skin_box_minmax_init()
214 skin_box_minmax_to_rect( SkinBox* box, SkinRect* r ) in skin_box_minmax_to_rect()
225 skin_box_from_rect( SkinBox* box, SkinRect* r ) in skin_box_from_rect()
234 skin_box_to_rect( SkinBox* box, SkinRect* r ) in skin_box_to_rect()
/external/clang/test/CodeGenCXX/
Dvirtual-destructor-synthesis.cpp3 struct box { struct
/external/chromium_org/ui/compositor/
Dtransform_animation_curve_adapter.cc56 const gfx::BoxF& box, in AnimatedBoundsForBox()
119 const gfx::BoxF& box, in AnimatedBoundsForBox()

12345678910