OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
131
int
widthHeight
=
144
yMiddle -
widthHeight
,
146
yMiddle +
widthHeight
);
150
yMiddle -
widthHeight
,
152
yMiddle +
widthHeight
);
/frameworks/av/cmds/screenrecord/
screenrecord.cpp
800
static bool parseWidthHeight(const char*
widthHeight
, uint32_t* pWidth,
806
width = strtol(
widthHeight
, &end, 10);
807
if (end ==
widthHeight
|| *end != 'x' || *(end+1) == '\0') {
[
all
...]
Completed in 472 milliseconds