Lines Matching refs:HR
190 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
570 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
573 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
593 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
596 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
599 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
644 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
695 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, ¢ralFigure)); in createXpsImageBrush()
698 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
713 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
722 HR(this->sideOfClamp(rightArea, rightImageViewBox, in createXpsImageBrush()
734 HR(this->sideOfClamp(topArea, topImageViewBox, in createXpsImageBrush()
743 HR(this->sideOfClamp(bottomArea, bottomImageViewBox, in createXpsImageBrush()
754 HR(this->cornerOfClamp(tlArea, tlColor, brushVisuals.get())); in createXpsImageBrush()
758 HR(this->cornerOfClamp(trArea, trColor, brushVisuals.get())); in createXpsImageBrush()
763 HR(this->cornerOfClamp(brArea, brColor, brushVisuals.get())); in createXpsImageBrush()
767 HR(this->cornerOfClamp(blArea, blColor, brushVisuals.get())); in createXpsImageBrush()
804 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsImageBrush()
846 HR(createXpsGradientStop(info.fColors[0], in createXpsLinearGradient()
851 HR(createXpsGradientStop(info.fColors[1], in createXpsLinearGradient()
872 HR(createXpsGradientStop(info.fColors[i], in createXpsLinearGradient()
895 HR(createXpsGradientStop(info.fColors[0], in createXpsRadialGradient()
900 HR(createXpsGradientStop(info.fColors[1], in createXpsRadialGradient()
949 HR(createXpsGradientStop(info.fColors[i], in createXpsRadialGradient()
971 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
991 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
997 HR(this->createXpsSolidColorBrush(color, 0xFF, brush)); in createXpsBrush()
1010 HR(this->createXpsSolidColorBrush(color, alpha, brush)); in createXpsBrush()
1019 HR(this->createXpsTransform(localMatrix, &xpsMatrixToUse)); in createXpsBrush()
1022 HR(this->createXpsLinearGradient(info, in createXpsBrush()
1031 HR(this->createXpsRadialGradient(info, in createXpsBrush()
1060 HR(this->createXpsImageBrush(outTexture, in createXpsBrush()
1068 HR(this->createXpsSolidColorBrush(skPaint.getColor(), 0xFF, brush)); in createXpsBrush()
1311 HR(close_figure(segmentTypes, segmentStrokes, segmentData, in addXpsPathGeometry()
1377 HR(close_figure(segmentTypes, segmentStrokes, segmentData, in addXpsPathGeometry()
1429 HR(this->createXpsImageBrush(bm, m, xy, 0xFF, &maskBrush)); in applyMask()
1441 HR(this->clip(shadedPath)); in applyMask()
1470 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix)); in shadePath()
1478 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix)); in shadePath()
1770 HR(this->addXpsPathGeometry( in clipToPath()
1893 HR(this->createId(id, GUID_ID_LEN)); in CreateTypefaceUse()
1953 HR(this->createXpsTransform(transform, &xpsMatrixToUse)); in AddGlyphs()
1980 HR(this->createXpsBrush( in AddGlyphs()
2000 HR(this->clip(glyphs.get())); in AddGlyphs()
2013 HR(this->clip(glyphCanvas.get())); in AddGlyphs()