OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp
135
* The munged width and height are stored in a vec2 varying ("
WidthHeight
")
182
builder->addVarying(kVec2f_GrSLType, "
WidthHeight
",
698
GrPoint
widthHeight
= {
704
verts[0].fOffset = SkPoint::Make(-
widthHeight
.fX, -
widthHeight
.fY);
705
verts[0].fWidthHeight =
widthHeight
;
708
verts[1].fOffset = SkPoint::Make(-
widthHeight
.fX,
widthHeight
.fY);
709
verts[1].fWidthHeight =
widthHeight
;
712
verts[2].fOffset =
widthHeight
;
[
all
...]
/external/skia/src/gpu/
GrAARectRenderer.cpp
135
* The munged width and height are stored in a vec2 varying ("
WidthHeight
")
182
builder->addVarying(kVec2f_GrSLType, "
WidthHeight
",
698
GrPoint
widthHeight
= {
704
verts[0].fOffset = SkPoint::Make(-
widthHeight
.fX, -
widthHeight
.fY);
705
verts[0].fWidthHeight =
widthHeight
;
708
verts[1].fOffset = SkPoint::Make(-
widthHeight
.fX,
widthHeight
.fY);
709
verts[1].fWidthHeight =
widthHeight
;
712
verts[2].fOffset =
widthHeight
;
[
all
...]
/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
591
static bool parseWidthHeight(const char*
widthHeight
, uint32_t* pWidth,
597
width = strtol(
widthHeight
, &end, 10);
598
if (end ==
widthHeight
|| *end != 'x' || *(end+1) == '\0') {
Completed in 245 milliseconds