/external/skqp/src/codec/ |
D | SkSwizzler.cpp | 20 const SkPMColor ctable[]) { in copy() argument 29 const SkPMColor ctable[]) { in sample1() argument 39 const SkPMColor ctable[]) { in sample2() argument 49 const SkPMColor ctable[]) { in sample4() argument 59 const SkPMColor ctable[]) { in sample6() argument 70 const SkPMColor ctable[]) { in sample8() argument 191 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565() argument 199 dst[0] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565() 206 dst[x] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565() 212 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_n32() argument [all …]
|
D | SkSwizzler.h | 36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&, 107 const SkPMColor ctable[]); 113 const SkPMColor ctable[]); 117 int deltaSrc, int offset, const SkPMColor ctable[]); 213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, 216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
|
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 20 const SkPMColor ctable[]) { in copy() argument 29 const SkPMColor ctable[]) { in sample1() argument 39 const SkPMColor ctable[]) { in sample2() argument 49 const SkPMColor ctable[]) { in sample4() argument 59 const SkPMColor ctable[]) { in sample6() argument 70 const SkPMColor ctable[]) { in sample8() argument 191 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565() argument 199 dst[0] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565() 206 dst[x] = SkPixel32ToPixel16(ctable[index]); in swizzle_small_index_to_565() 212 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_n32() argument [all …]
|
D | SkSwizzler.h | 36 const SkPMColor* ctable, const SkImageInfo& dstInfo, const SkCodec::Options&, 107 const SkPMColor ctable[]); 113 const SkPMColor ctable[]); 117 int deltaSrc, int offset, const SkPMColor ctable[]); 213 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, 216 RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP,
|
/external/libcups/filter/ |
D | rastertoepson.c | 423 static int ctable[6] = { 0, 2, 1, 4, 18, 17 }; in CompressData() local 570 printf("\033(r%c%c%c%c", 2, 0, 1, ctable[plane] & 15); in CompressData() 573 printf("\033r%c", ctable[plane + 1]); in CompressData() 576 printf("\033r%c", ctable[plane]); /* Set color */ in CompressData() 599 putchar(ctable[plane]); in CompressData()
|
/external/libnl/lib/route/qdisc/ |
D | htb.c | 213 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; in htb_class_msg_fill() local 232 rtnl_tc_build_rate_table(tc, &htb->ch_ceil, ctable); in htb_class_msg_fill() 261 NLA_PUT(msg, TCA_HTB_CTAB, sizeof(ctable), &ctable); in htb_class_msg_fill()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 793 CountersTable ctable = transformer.getCountersTable(); in getCountString() local 815 list[0] = ctable.countNode(xctxt, this, sourceNode); in getCountString() 832 list[lastIndex - i] = ctable.countNode(xctxt, this, target); in getCountString()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 606 const SkPMColor* ctable = pSource->GetPalette(); in Upsample() local 617 dstRow[x] = ctable[index]; in Upsample()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 10555 CTabHandle ctable; in Qt_GetImageDescriptionCTable() local 10563 &ctable); in Qt_GetImageDescriptionCTable() 10566 ResObj_New, ctable); in Qt_GetImageDescriptionCTable() 10575 CTabHandle ctable; in Qt_SetImageDescriptionCTable() local 10581 ResObj_Convert, &ctable)) in Qt_SetImageDescriptionCTable() 10584 ctable); in Qt_SetImageDescriptionCTable() 10795 CTabHandle ctable; in Qt_ConvertImage() local 10809 ResObj_Convert, &ctable, in Qt_ConvertImage() 10820 ctable, in Qt_ConvertImage()
|