OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBox
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DisplayItem.java
24
//
setBox
() specifies the box that the DisplayItem should render into. It
27
public void
setBox
(int width, int height) {
SlotView.java
206
item.
setBox
(mLayout.getSlotWidth(), mLayout.getSlotHeight());
/external/skia/include/utils/
SkTextBox.h
57
void
setBox
(const SkRect&);
58
void
setBox
(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);
/external/skia/samplecode/
SampleTextBox.cpp
67
tbox.
setBox
(margin, margin,
/external/skia/src/animator/
SkDrawTextBox.cpp
83
box.
setBox
(fRect);
SkDisplayEvent.cpp
316
void SkTextBox::
setBox
(SkRect const& ) {}
/external/skia/src/views/
SkTextBox.cpp
120
void SkTextBox::
setBox
(const SkRect& box)
125
void SkTextBox::
setBox
(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom)
SkStaticTextView.cpp
140
box.
setBox
(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY);
SkWidgets.cpp
294
box.
setBox
(0, 0, this->width(), this->height());
454
box.
setBox
(fMargin.fX, fMargin.fY, this->width() - fMargin.fX, this->height() - fMargin.fY);
Completed in 465 milliseconds