Home
last modified time | relevance | path

Searched defs:pixelsPerByte (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/tools/GpuMemDumpVis/
DGpuMemDumpVis.py189 def DrawBlock(draw, y, block, pixelsPerByte): argument
210 def DrawDedicatedAllocationBlock(draw, y, dedicatedAlloc, pixelsPerByte): argument
256 imgHeight, pixelsPerByte = CalcParams() variable
/third_party/skia/src/codec/
DSkCodecPriv.h114 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb()
131 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local
/third_party/skia/m133/src/codec/
DSkCodecPriv.h126 static size_t ComputeRowBytesPixelsPerByte(int width, uint32_t pixelsPerByte) { in ComputeRowBytesPixelsPerByte()
143 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in ComputeRowBytes() local