Home
last modified time | relevance | path

Searched refs:test_makeOp (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.h246 std::unique_ptr<GrDrawOp> test_makeOp(int glyphCount, uint16_t run, uint16_t subRun,
DGrTextBlob.cpp371 std::unique_ptr<GrDrawOp> GrTextBlob::test_makeOp( in test_makeOp() function in GrTextBlob
/external/skqp/src/core/
DSkGlyphRunPainter.cpp911 return blob->test_makeOp(textLen, 0, 0, viewMatrix, x, y, skPaint, filteredColor, surfaceProps, in createOp_TestingOnly()