Searched refs:colA (Results 1 – 3 of 3) sorted by relevance
82 int colA = SkColorGetA(color); in SkBlitLCD16Row_neon() local87 colA = SkAlpha255To256(colA); in SkBlitLCD16Row_neon()93 vcolA = vdupq_n_u16(colA); in SkBlitLCD16Row_neon()135 dst[i] = SkBlendLCD16(colA, colR, colG, colB, dst[i], src[i]); in SkBlitLCD16Row_neon()
130 final int colA = (staggerIndexEven == (col1 % 2 == 0)) ? col1 + 1 : col1; in renderTileLayer() local134 for (int col = colA; col < col2; col += 2) { in renderTileLayer()
1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ) in bbs_matTrans() argument1171 for( iL = colA; iL--; ) in bbs_matTrans()1178 sL += colA; in bbs_matTrans()