Lines Matching refs:ScaleShortToQuantum
591 SetPixelRed(annotate_image,ScaleShortToQuantum(
593 SetPixelGreen(annotate_image,ScaleShortToQuantum(
595 SetPixelBlue(annotate_image,ScaleShortToQuantum(
606 SetPixelRed(annotate_image,ScaleShortToQuantum(
608 SetPixelGreen(annotate_image,ScaleShortToQuantum(
610 SetPixelBlue(annotate_image,ScaleShortToQuantum(
2521 SetPixelRed(draw_image,ScaleShortToQuantum(
2523 SetPixelGreen(draw_image,ScaleShortToQuantum(
2525 SetPixelBlue(draw_image,ScaleShortToQuantum(
3956 pixel.red=(double) ScaleShortToQuantum(color.red);
3957 pixel.green=(double) ScaleShortToQuantum(color.green);
3958 pixel.blue=(double) ScaleShortToQuantum(color.blue);
4433 ScaleShortToQuantum(colors[index].red),q);
4436 ScaleShortToQuantum(colors[index].green),q);
4439 ScaleShortToQuantum(colors[index].blue),q);
4459 SetPixelRed(composite_image,ScaleShortToQuantum(
4464 SetPixelGreen(composite_image,ScaleShortToQuantum(
4469 SetPixelBlue(composite_image,ScaleShortToQuantum(
4495 ScaleShortToQuantum(colors[i].red);
4497 ScaleShortToQuantum(colors[i].green);
4499 ScaleShortToQuantum(colors[i].blue);