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

  /external/skia/gm/
bitmaprect.cpp 32 bool fUseIRect;
34 DrawBitmapRect2(bool useIRect) : fUseIRect(useIRect) {
40 str.printf("bitmaprect_%s", fUseIRect ? "i" : "s");
72 if (!fUseIRect) {
178 bool fUseIRect;
182 DrawBitmapRect4(bool useIRect) : fUseIRect(useIRect) {
189 str.printf("bigbitmaprect_%s", fUseIRect ? "i" : "s");
212 if (!fUseIRect) {
  /external/skqp/gm/
bitmaprect.cpp 32 bool fUseIRect;
34 DrawBitmapRect2(bool useIRect) : fUseIRect(useIRect) {
40 str.printf("bitmaprect_%s", fUseIRect ? "i" : "s");
72 if (!fUseIRect) {
178 bool fUseIRect;
182 DrawBitmapRect4(bool useIRect) : fUseIRect(useIRect) {
189 str.printf("bigbitmaprect_%s", fUseIRect ? "i" : "s");
212 if (!fUseIRect) {

Completed in 355 milliseconds