OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minw
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp
538
Evas_Coord
minw
, minh, maxw, maxh;
local
540
edje_object_size_min_get(object, &
minw
, &minh);
541
if (!
minw
&& !minh)
542
edje_object_size_min_calc(object, &
minw
, &minh);
544
desc->min.setWidth(Length(
minw
, Fixed));
558
if (
minw
> 0)
559
ow =
minw
;
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderText.h
85
float&
minW
, float& maxW, bool& stripFrontSpaces);
RenderText.cpp
659
float&
minW
, float& maxW, bool& stripFrontSpaces)
678
minW
= 0;
684
minW
= m_minWidth;
707
if (!style()->autoWrap() ||
minW
> maxW)
708
minW
= maxW;
[
all
...]
/frameworks/base/docs/html/training/custom-views/
custom-drawing.jd
182
int
minw
= getPaddingLeft() + getPaddingRight() + getSuggestedMinimumWidth();
183
int w = resolveSizeAndState(
minw
, widthMeasureSpec, 1);
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
Completed in 93 milliseconds