Searched refs:divided (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dskia_utils_gtk2.cc111 uint8* divided = gdk_pixbuf_get_pixels(pixbuf); local
120 divided[i + 0] = SkColorGetR(unmultiplied);
121 divided[i + 1] = SkColorGetG(unmultiplied);
122 divided[i + 2] = SkColorGetB(unmultiplied);
123 divided[i + 3] = alpha;
125 divided[i + 0] = SkColorGetR(pixel);
126 divided[i + 1] = SkColorGetG(pixel);
127 divided[i + 2] = SkColorGetB(pixel);
128 divided[i + 3] = alpha;
/external/chromium_org/ui/gfx/
H A Dgtk_util.cc103 uint8* divided = gdk_pixbuf_get_pixels(pixbuf); local
112 divided[i + 0] = SkColorGetR(unmultiplied);
113 divided[i + 1] = SkColorGetG(unmultiplied);
114 divided[i + 2] = SkColorGetB(unmultiplied);
115 divided[i + 3] = alpha;
117 divided[i + 0] = SkColorGetR(pixel);
118 divided[i + 1] = SkColorGetG(pixel);
119 divided[i + 2] = SkColorGetB(pixel);
120 divided[i + 3] = alpha;
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp5 Measured run time in seconds should be divided by 0
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl463 as overflow pages. The number at the right is the data pages divided by
470 divided by the total number of pages in the file.
504 divided by the total file size.
525 at the right is the bytes of payload divided by the bytes of storage
531 payload divided by the number of entries.
537 all pages divided by the number of entries.
576 percentage at the right is the number of unused bytes divided by the
582 percentage at the right is the number of unused bytes divided by the
588 percentage at the right is the number of unused bytes divided by the
595 divided b
[all...]
/external/libvorbis/doc/
H A D07-floor1.tex310 [predicted] - (([val] + 1) divided by 2 using integer division)
H A D03-codebook.tex316 4) [multiplicand_offset] = ( [lookup_offset] divided by [index_divisor] using integer
/external/iproute2/doc/
H A Dip-tunnels.tex189 Tunnels are divided to two classes: {\bf pointopoint} tunnels, which
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex506 divided by half resulting in a reduction of the execution time by
/external/dropbear/libtommath/
H A Dbn.tex1276 Modular reduction is process of taking the remainder of one quantity divided by another. Expressed
1277 as (\ref{eqn:mod}) the modular reduction is equivalent to the remainder of $b$ divided by $c$.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c9160 ;; chosen so it could be divided by either 3 to drive the 5Mhz CPU
9162 ;; source was divided again by 4 to feed a 1.193Mhz signal to
9164 ;; divided down by 65536 to 18.2hz.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3671 keySize INTEGER, -- Curve size (in bits) divided by eight
3679 keySize INTEGER, -- Curve size (in bits) divided by eight

Completed in 432 milliseconds