/external/webkit/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 54 cairo_t* cr = platformPath()->m_cr; in Path() local 66 cairo_t* cr = platformPath()->m_cr; in operator =() local 75 cairo_t* cr = platformPath()->m_cr; in clear() local 81 cairo_t* cr = platformPath()->m_cr; in isEmpty() local 99 cairo_t* cr = platformPath()->m_cr; in translate() local 105 cairo_t* cr = platformPath()->m_cr; in moveTo() local 111 cairo_t* cr = platformPath()->m_cr; in addLineTo() local 117 cairo_t* cr = platformPath()->m_cr; in addRect() local 126 cairo_t* cr = platformPath()->m_cr; in addQuadCurveTo() local 141 cairo_t* cr = platformPath()->m_cr; in addBezierCurveTo() local [all …]
|
D | GraphicsContextCairo.cpp | 65 static inline void setColor(cairo_t* cr, const Color& col) in setColor() 73 static inline void fillRectSourceOver(cairo_t* cr, const FloatRect& rect, const Color& col) in fillRectSourceOver() 81 GraphicsContext::GraphicsContext(PlatformGraphicsContext* cr) in GraphicsContext() 98 cairo_t* cr = platformContext(); in getCTM() local 127 cairo_t* cr = m_data->cr; in drawRect() local 187 cairo_t* cr = m_data->cr; in drawLine() local 276 cairo_t* cr = m_data->cr; in drawEllipse() local 316 cairo_t* cr = m_data->cr; in strokeArc() local 393 cairo_t* cr = m_data->cr; in drawConvexPolygon() local 423 cairo_t* cr = m_data->cr; in fillPath() local [all …]
|
D | GraphicsContextPlatformPrivateCairo.h | 91 void syncContext(PlatformGraphicsContext* cr) {} in syncContext() 94 cairo_t* cr; variable
|
D | GradientCairo.cpp | 81 cairo_t* cr = context->platformContext(); in fill() local
|
D | ImageCairo.cpp | 114 cairo_t* cr = context->platformContext(); in draw() local 164 cairo_t* cr = context->platformContext(); in drawPattern() local
|
D | ImageBufferCairo.cpp | 56 cairo_t* cr = cairo_create(newsurface); in copySurface() local 83 cairo_t* cr = cairo_create(m_data.m_surface); in ImageBuffer() local
|
D | FontCairo.cpp | 46 cairo_t* cr = context->platformContext(); in drawGlyphs() local
|
/external/bluetooth/bluez/tools/ |
D | hcitool.c | 512 struct hci_conn_info_req *cr; in cmd_scan() local 832 struct hci_conn_info_req *cr; in cmd_info() local 1260 struct hci_conn_info_req *cr; in cmd_dc() local 1399 struct hci_conn_info_req *cr; in cmd_rssi() local 1473 struct hci_conn_info_req *cr; in cmd_lq() local 1547 struct hci_conn_info_req *cr; in cmd_tpl() local 1624 struct hci_conn_info_req *cr; in cmd_afh() local 1708 struct hci_conn_info_req *cr; in cmd_cpt() local 1796 struct hci_conn_info_req *cr; in cmd_lp() local 1895 struct hci_conn_info_req *cr; in cmd_lst() local [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_yuv_sw.c | 136 unsigned char *lum, unsigned char *cr, in Color16DitherYV12Mod1X() 206 unsigned char *lum, unsigned char *cr, in Color24DitherYV12Mod1X() 290 unsigned char *lum, unsigned char *cr, in Color32DitherYV12Mod1X() 365 unsigned char *lum, unsigned char *cr, in Color16DitherYV12Mod2X() 438 unsigned char *lum, unsigned char *cr, in Color24DitherYV12Mod2X() 536 unsigned char *lum, unsigned char *cr, in Color32DitherYV12Mod2X() 613 unsigned char *lum, unsigned char *cr, in Color16DitherYUY2Mod1X() 657 unsigned char *lum, unsigned char *cr, in Color24DitherYUY2Mod1X() 707 unsigned char *lum, unsigned char *cr, in Color32DitherYUY2Mod1X() 755 unsigned char *lum, unsigned char *cr, in Color16DitherYUY2Mod2X() [all …]
|
D | SDL_yuv_mmx.c | 81 unsigned char *lum, unsigned char *cr, in ColorRGBDitherYV12MMX1X() 242 unsigned char *lum, unsigned char *cr, in Color565DitherYV12MMX1X()
|
/external/icu4c/i18n/ |
D | csmatch.cpp | 27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set()
|
/external/skia/src/core/ |
D | SkMaskFilter.cpp | 52 const SkIRect& cr = clipper.rect(); in filterPath() local
|
D | SkBlitter.cpp | 208 const SkIRect& cr = clipper.rect(); in blitMaskRegion() local 218 const SkIRect& cr = clipper.rect(); in blitRectRegion() local 228 const SkIRect& cr = iter.rect(); in blitRegion() local
|
/external/jpeg/ |
D | jdmerge.c | 256 int cb, cr; in h2v1_merged_upsample() local 315 int cb, cr; in h2v1_merged_upsample_565() local 379 int cb, cr; in h2v1_merged_upsample_565D() local 453 int cb, cr; in h2v2_merged_upsample() local 529 int cb, cr; in h2v2_merged_upsample_565() local 614 int cb, cr; in h2v2_merged_upsample_565D() local
|
D | jdcolor.c | 144 register int y, cb, cr; in ycc_rgb_convert() local 185 register int y, cb, cr; in ycc_rgba_8888_convert() local 226 register int y, cb, cr; in ycc_rgb_565_convert() local 298 register int y, cb, cr; in ycc_rgb_565D_convert() local 694 register int y, cb, cr; in ycck_cmyk_convert() local
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | IconGtk.cpp | 117 cairo_t* cr = context->platformContext(); in paint() local
|
D | ImageGtk.cpp | 101 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(pixmap)); in getGdkPixbuf() local
|
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsContextCairoWin.cpp | 124 void GraphicsContextPlatformPrivate::syncContext(PlatformGraphicsContext* cr) in syncContext()
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ChunkedInputStream.java | 211 int cr = in.read(); in getChunkSize() local
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_agg.c | 117 vchar_t *cr = NULL; local 996 vchar_t *cr = NULL; local
|
D | isakmp_ident.c | 1698 vchar_t *cr = NULL; local 1819 vchar_t *cr = NULL; local
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
D | non-kerned-drawing.cpp | 192 cairo_t* cr = (cairo_t*)gc->GetNativeContext(); in drawTextWithSpacing() local
|
/external/icu4c/tools/genrb/ |
D | derb.c | 519 static const UChar cr[] = { '\n' }; in printOutAlias() local 552 static const UChar cr[] = { '\n' }; in printOutBundle() local
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | block.cpp | 723 void dct_chroma(AVCEncObject *encvid, uint8 *curC, uint8 *orgC, int cr) in dct_chroma() 1208 int TransQuantChromaDC(AVCEncObject *encvid, int16 *block, int slice_type, int cr) in TransQuantChromaDC()
|
/external/bluetooth/bluez/compat/ |
D | hidd.c | 170 struct hci_conn_info_req *cr; in request_authentication() local 206 struct hci_conn_info_req *cr; in request_encryption() local
|