OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setLTRB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkRect.h
132
void
setLTRB
(int32_t left, int32_t top, int32_t right, int32_t bottom) {
503
void
setLTRB
(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) {
/external/skia/include/core/
SkRect.h
132
void
setLTRB
(int32_t left, int32_t top, int32_t right, int32_t bottom) {
503
void
setLTRB
(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) {
Completed in 220 milliseconds