OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rr3
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp
290
Word16 *
rr3
;
local
379
rr3
= &rr[L_CODE-1-(dec+1)][L_CODE-1];
404
*
rr3
= *rr1;
408
rr3
-= (L_CODE + 1);
/external/skia/tests/
RoundRectTest.cpp
78
SkRRect
rr3
;
local
79
rr3
.setRectXY(rect, p.fX, p.fY);
81
REPORTER_ASSERT(reporter, SkRRect::kSimple_Type ==
rr3
.type());
82
REPORTER_ASSERT(reporter,
rr3
.rect() == rect);
85
REPORTER_ASSERT(reporter, p ==
rr3
.radii((SkRRect::Corner) i));
115
REPORTER_ASSERT(reporter, empty !=
rr3
);
116
REPORTER_ASSERT(reporter,
rr3
== rr4);
180
SkRRect
rr3
;
local
181
rr3
.setRectRadii(rect, radii2);
182
REPORTER_ASSERT(reporter, SkRRect::kComplex_Type ==
rr3
.type())
[
all
...]
Completed in 4964 milliseconds