Searched defs:ppm (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngget.c287 ppi_from_ppm(png_uint_32 ppm) argument
294 ppm >>= 1; /* .1 */
295 t1001 = ppm + (ppm >> 3); /* .1001 */
296 t1101 = t1001 + (ppm >> 1); /* .1101 */
297 ppm >>= 20; /* .000000000000000000001 */
301 ppm += t1001; /* .000000000001001000001001001 */
302 ppm += t1101; /* .110100000001001110101001001 */
303 return (ppm + 16) >> 5;/* .00000110100000001001110101001001 */
309 if (ppm <
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.h373 /** pointer remaining on the first byte of the first header if ppm is used */
438 /** if ppm == 1 --> there was a PPM marker*/
439 OPJ_UINT32 ppm : 1; member in struct:opj_cp
/external/blktrace/
H A Dblkparse.c87 struct process_pid_map *ppm; member in struct:per_process_info
248 struct process_pid_map *ppm; member in struct:io_track
542 struct process_pid_map *ppm; local
544 ppm = ppm_hash_table[hash_idx];
545 while (ppm) {
546 if (ppm->pid == pid)
547 return ppm;
549 ppm = ppm->hash_next;
558 struct process_pid_map *ppm; local
625 struct process_pid_map *ppm = find_ppm(pid); local
645 struct process_pid_map *ppm = ppi->ppm; local
675 struct process_pid_map *ppm = ppi->ppm; local
693 struct process_pid_map *ppm = ppi->ppm; local
1751 struct process_pid_map *ppm = ppi->ppm; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp714 static const SkScalar ppm = 200 * inchesPerMeter; local
715 SkVector pixelsPerMeter = SkPoint::Make(ppm, ppm);
/external/skia/gm/
H A Dgmmain.cpp713 static const SkScalar ppm = 200 * inchesPerMeter; local
714 SkVector pixelsPerMeter = SkPoint::Make(ppm, ppm);

Completed in 1945 milliseconds