Searched refs:iDst (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2hints.c | 701 CF2_Int iDst = isPair ? hintmap->count + 1 : hintmap->count; in cf2_hintmap_insertHint() local 706 if ( iDst >= CF2_MAX_HINT_EDGES ) in cf2_hintmap_insertHint() 713 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
|
/external/freetype/src/cff/ |
D | cf2hints.c | 701 CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count; in cf2_hintmap_insertHint() local 706 if ( iDst >= CF2_MAX_HINT_EDGES ) in cf2_hintmap_insertHint() 713 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
|
/external/mesa3d/src/mesa/main/ |
D | pack.c | 4363 GLint rDst, gDst, bDst, aDst, lDst, iDst; in _mesa_unpack_color_span_ubyte() local 4417 &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); in _mesa_unpack_color_span_ubyte() 4456 if (iDst >= 0) { in _mesa_unpack_color_span_ubyte() 4459 assert(iDst == 0); in _mesa_unpack_color_span_ubyte() 4557 GLint rDst, gDst, bDst, aDst, lDst, iDst; in _mesa_unpack_color_span_float() local 4616 &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); in _mesa_unpack_color_span_float() 4655 if (iDst >= 0) { in _mesa_unpack_color_span_float() 4658 assert(iDst == 0); in _mesa_unpack_color_span_float() 4769 GLint rDst, gDst, bDst, aDst, lDst, iDst; in _mesa_unpack_color_span_uint() local 4775 &rDst, &gDst, &bDst, &aDst, &lDst, &iDst); in _mesa_unpack_color_span_uint() [all …]
|