OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setXYWH
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkRect.h
125
void
setXYWH
(int32_t x, int32_t y, int32_t width, int32_t height) {
534
void
setXYWH
(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {
/external/skia/legacy/include/core/
SkRect.h
107
void
setXYWH
(int32_t x, int32_t y, int32_t width, int32_t height) {
430
void
setXYWH
(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {
Completed in 28 milliseconds