HomeSort by relevance Sort by last modified time
    Searched defs:transformBounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkBBoxRecord.cpp 12 if (this->transformBounds(rect, &paint)) {
18 if (this->transformBounds(rrect.rect(), &paint)) {
24 if (this->transformBounds(rect, &paint)) {
38 } else if (this->transformBounds(path.getBounds(), &paint)) {
59 if (this->transformBounds(bbox, &paint)) {
67 if (this->transformBounds(bbox, &paint)) {
123 if (this->transformBounds(bbox, &paint)) {
131 if (this->transformBounds(bbox, paint)) {
139 if (this->transformBounds(dst, paint)) {
149 if (this->transformBounds(bbox, paint))
    [all...]
  /external/skia/src/core/
SkBBoxRecord.cpp 12 if (this->transformBounds(rect, &paint)) {
18 if (this->transformBounds(rrect.rect(), &paint)) {
24 if (this->transformBounds(rect, &paint)) {
38 } else if (this->transformBounds(path.getBounds(), &paint)) {
59 if (this->transformBounds(bbox, &paint)) {
67 if (this->transformBounds(bbox, &paint)) {
123 if (this->transformBounds(bbox, &paint)) {
131 if (this->transformBounds(bbox, paint)) {
139 if (this->transformBounds(dst, paint)) {
149 if (this->transformBounds(bbox, paint))
    [all...]

Completed in 29 milliseconds