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

  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 424 const int trimR = *data++;
428 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
430 int expectedWidth = origWidth - trimL - trimR;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 384 const int trimR = *data++;
388 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
390 int expectedWidth = origWidth - trimL - trimR;
    [all...]

Completed in 32 milliseconds