Searched refs:blue_shift (Results 1 - 25 of 39) sorted by relevance

12

/external/freetype/src/cff/
H A Dcfftoken.h88 CFF_FIELD_NUM ( 0x10A, blue_shift, "BlueShift" )
H A Dcfftypes.h170 FT_Pos blue_shift; member in struct:CFF_PrivateRec_
/external/freetype/src/pshinter/
H A Dpshglob.h124 FT_Int blue_shift; member in struct:PSH_BluesRec_
H A Dpshglob.c420 FT_Int threshold = blues->blue_shift;
735 globals->blues.blue_shift = priv->blue_shift;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcfftoken.h80 CFF_FIELD_NUM ( 0x10A, blue_shift, "BlueShift" )
H A Dcfftypes.h164 FT_Pos blue_shift; member in struct:CFF_PrivateRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
H A Dcidtoken.h86 T1_FIELD_NUM ( "BlueShift", blue_shift, 0 )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
H A Dpshglob.h124 FT_Int blue_shift; member in struct:PSH_BluesRec_
H A Dpshglob.c420 FT_Int threshold = blues->blue_shift;
735 globals->blues.blue_shift = priv->blue_shift;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
H A Dt1tokens.h69 T1_FIELD_NUM ( "BlueShift", blue_shift,
H A Dt1driver.c383 retval = sizeof ( type1->private_dict.blue_shift );
385 *((FT_Int *)value) = type1->private_dict.blue_shift;
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftoken.h80 CFF_FIELD_NUM ( 0x10A, blue_shift, "BlueShift" )
H A Dcfftypes.h164 FT_Pos blue_shift; member in struct:CFF_PrivateRec_
/external/pdfium/third_party/freetype/src/cid/
H A Dcidtoken.h86 T1_FIELD_NUM ( "BlueShift", blue_shift, 0 )
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshglob.h124 FT_Int blue_shift; member in struct:PSH_BluesRec_
H A Dpshglob.c420 FT_Int threshold = blues->blue_shift;
735 globals->blues.blue_shift = priv->blue_shift;
/external/pdfium/third_party/freetype/src/type1/
H A Dt1tokens.h69 T1_FIELD_NUM ( "BlueShift", blue_shift,
H A Dt1driver.c383 retval = sizeof ( type1->private_dict.blue_shift );
385 *((FT_Int *)value) = type1->private_dict.blue_shift;
/external/ImageMagick/coders/
H A Ddps.c336 blue_shift,
360 blue_shift=0;
364 blue_shift++;
383 index=(pixel >> blue_shift) & blue_mask;
407 color=(pixel >> blue_shift) & blue_mask;
334 blue_shift, local
H A Dxwd.c425 blue_shift,
449 blue_shift=0;
453 blue_shift++;
475 index=(Quantum) ((pixel >> blue_shift) & blue_mask);
506 color=(pixel >> blue_shift) & blue_mask;
421 blue_shift, local
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc300 uint32_t blue_shift = MaskToShift(blue_mask); local
327 uint32_t b = (pixel & blue_mask) << blue_shift;
/external/freetype/include/freetype/
H A Dt1tables.h155 FT_Int blue_shift; member in struct:PS_PrivateRec_
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
H A Dt1tables.h155 FT_Int blue_shift; member in struct:PS_PrivateRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dt1tables.h155 FT_Int blue_shift; member in struct:PS_PrivateRec_
/external/libvncserver/client_examples/
H A Dgtkvncviewer.c58 cl->format.blueShift = image->visual->blue_shift;
657 cl->format.blueShift = image->visual->blue_shift;

Completed in 479 milliseconds

12