Home
last modified time | relevance | path

Searched refs:pixelsPerByte (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkCodecPriv.h53 static inline size_t compute_row_bytes_ppb(int width, uint32_t pixelsPerByte) { in compute_row_bytes_ppb() argument
54 return (width + pixelsPerByte - 1) / pixelsPerByte; in compute_row_bytes_ppb()
74 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in compute_row_bytes() local
75 return compute_row_bytes_ppb(width, pixelsPerByte); in compute_row_bytes()
DSkSwizzler.cpp30 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in swizzle_small_index_to_index() local
31 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_index()
36 for (uint32_t p = 0; p < pixelsPerByte && x < width; p++) { in swizzle_small_index_to_index()
53 const uint32_t pixelsPerByte = 8 / bitsPerPixel; in swizzle_small_index_to_n32() local
54 const size_t rowBytes = compute_row_bytes_ppb(width, pixelsPerByte); in swizzle_small_index_to_n32()
59 for (uint32_t p = 0; p < pixelsPerByte && x < width; p++) { in swizzle_small_index_to_n32()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...