Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h249 std::unique_ptr<GrDrawOp> test_makeOp(int glyphCount, uint16_t run, uint16_t subRun,
DGrTextBlob.cpp369 std::unique_ptr<GrDrawOp> GrTextBlob::test_makeOp( in test_makeOp() function in GrTextBlob
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp974 return blob->test_makeOp(textLen, 0, 0, viewMatrix, x, y, skPaint, filteredColor, surfaceProps, in createOp_TestingOnly()