OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setRx
(Results
1 - 5
of
5
) sorted by null
/external/skia/experimental/svg/model/
SkSVGEllipse.h
23
void
setRx
(const SkSVGLength&);
SkSVGRect.h
25
void
setRx
(const SkSVGLength&);
SkSVGEllipse.cpp
23
void SkSVGEllipse::
setRx
(const SkSVGLength& rx) {
45
this->
setRx
(*rx);
SkSVGRect.cpp
32
void SkSVGRect::
setRx
(const SkSVGLength& rx) {
64
this->
setRx
(*rx);
/external/skia/samplecode/
SampleSVGPong.cpp
70
node->
setRx
(SkSVGLength(rrect.getSimpleRadii().x()));
Completed in 2393 milliseconds