Home
last modified time | relevance | path

Searched refs:maskX (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.h151 int srcX, int srcY, int maskX, int maskY,
Dxa_composite.c547 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect() argument
555 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY}; in xa_composite_rect()
Dxa_renderer.c252 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() argument
263 compute_src_coords(maskX, maskY, mask, mask_matrix, width, height, in add_vertex_data2()
/third_party/flutter/skia/src/core/
DSkStrike.cpp62 const SkFixed maskX = (!fIsSubpixel || fAxisAlignment == kY_SkAxisAlignment) ? 0 : ~0; in glyph() local
64 SkFixed subX = SkScalarToFixed(position.x()) & maskX, in glyph()