HomeSort by relevance Sort by last modified time
    Searched refs:mRRect (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/debugger/
SkObjectParser.cpp 281 SkString* mRRect = new SkString;
284 mRRect->append("SkRRect (");
286 mRRect->append("empty");
288 mRRect->append("rect");
290 mRRect->append("oval");
292 mRRect->append("simple");
294 mRRect->append("nine-patch");
297 mRRect->append("complex");
299 mRRect->append("): ");
301 mRRect->append(title)
    [all...]
  /external/skqp/tools/debugger/
SkObjectParser.cpp 281 SkString* mRRect = new SkString;
284 mRRect->append("SkRRect (");
286 mRRect->append("empty");
288 mRRect->append("rect");
290 mRRect->append("oval");
292 mRRect->append("simple");
294 mRRect->append("nine-patch");
297 mRRect->append("complex");
299 mRRect->append("): ");
301 mRRect->append(title)
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 218 : mType(Type::Rect), mOp(op), mMatrix(m), mRRect(SkRRect::MakeRect(rect)) {}
220 : mType(Type::RRect), mOp(op), mMatrix(m), mRRect(rrect) {}
228 canvas->clipRect(mRRect.rect(), mOp);
231 canvas->clipRRect(mRRect, mOp);
252 SkRRect mRRect;

Completed in 204 milliseconds