Lines Matching refs:pglyph
390 int8_t *pglyph = pglyphs;
398 for (j = 0; j < GLYPH_COORD_VECT_SIZE; j++, pglyph += glyph_size) {
415 pglyph[point[0] + irow * side_length] = 1;
420 pglyph[point[0] + irow * side_length] = 1;
425 pglyph[icol + point[1] * side_length] = 1;
430 pglyph[icol + point[1] * side_length] = 1;
775 int8_t *pglyph;
821 pglyph = (size == 8) ? ctx->p8x8glyphs[code] : ctx->p4x4glyphs[code];
826 dst[t + k * stride] = colors[!*pglyph++];
1048 int8_t *pglyph;
1057 pglyph = block_size == 8 ? ctx->p8x8glyphs[index] : ctx->p4x4glyphs[index];
1062 *dst++ = colors[*pglyph++];