Searched refs:anchorAlign (Results 1 – 1 of 1) sorted by relevance
65 AnchorAlignment anchorAlign = getAnchorAlignment(iconAnchor); in shapeIcon() local68 float x1 = dx - image.displaySize()[0] * anchorAlign.horizontalAlign; in shapeIcon()70 float y1 = dy - image.displaySize()[1] * anchorAlign.verticalAlign; in shapeIcon()312 auto anchorAlign = getAnchorAlignment(textAnchor); in shapeLines() local314 align(shaping, justify, anchorAlign.horizontalAlign, anchorAlign.verticalAlign, maxLineLength, in shapeLines()319 shaping.top += -anchorAlign.verticalAlign * height; in shapeLines()321 shaping.left += -anchorAlign.horizontalAlign * maxLineLength; in shapeLines()