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

  /bootable/recovery/minui/
graphics.c 76 unsigned char* dst_p, int dst_row_bytes,
104 dst_p += dst_row_bytes;
  /external/chromium_org/cc/resources/
resource_provider.cc 118 const size_t dst_row_bytes = SkAlign4(dst_info.minRowBytes()); local
119 CHECK_EQ(0u, dst_row_bytes % 4);
120 bool success = src.readPixels(dst_info, dst, dst_row_bytes, 0, 0);
    [all...]

Completed in 45 milliseconds