Home
last modified time | relevance | path

Searched refs:ctable (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/codec/
DSkSwizzler.cpp20 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 …]
DSkSwizzler.h36 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/
DSkSwizzler.cpp20 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 …]
DSkSwizzler.h36 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/
Drastertoepson.c423 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/
Dhtb.c213 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/
DElemNumber.java793 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/
Dfx_skia_device.cpp606 const SkPMColor* ctable = pSource->GetPalette(); in Upsample() local
617 dstRow[x] = ctable[index]; in Upsample()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10555 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()