Searched refs:TextOp (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | RecordingCanvasTests.cpp | 184 ASSERT_EQ(RecordedOpId::TextOp, op.opId); in OPENGL_PIPELINE_TEST() 221 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); // no underline or strikethrough in OPENGL_PIPELINE_TEST() 223 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); in OPENGL_PIPELINE_TEST() 226 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); in OPENGL_PIPELINE_TEST() 229 EXPECT_EQ(RecordedOpId::TextOp, ops[index++]->opId); in OPENGL_PIPELINE_TEST() 251 ASSERT_EQ(RecordedOpId::TextOp, op.opId); in OPENGL_PIPELINE_TEST() 256 EXPECT_GT(lastX, ((const TextOp&)op).x) in OPENGL_PIPELINE_TEST() 258 lastX = ((const TextOp&)op).x; in OPENGL_PIPELINE_TEST() 811 ASSERT_EQ(RecordedOpId::TextOp, op.opId); in OPENGL_PIPELINE_TEST() 833 ASSERT_EQ(RecordedOpId::TextOp, op.opId); in OPENGL_PIPELINE_TEST()
|
D | SkiaCanvasTests.cpp | 58 ASSERT_EQ(RecordedOpId::TextOp, directOp->opId); in OPENGL_PIPELINE_TEST()
|
D | FrameBuilderTests.cpp | 531 void onTextOp(const TextOp& op, const BakedOpState& state) override { mIndex++; } in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 109 MERGEABLE_OP_FN(TextOp) 360 struct TextOp : RecordedOp { struct 361 TextOp(BASE_PARAMS, const glyph_t* glyphs, const float* positions, int glyphCount, float x, in TextOp() argument 363 : SUPER(TextOp) in TextOp()
|
D | BakedOpDispatcher.cpp | 188 static void renderTextShadow(BakedOpRenderer& renderer, const TextOp& op, in renderTextShadow() 252 static void renderText(BakedOpRenderer& renderer, const TextOp& op, const BakedOpState& state, in renderText() 311 const TextOp& op = *(static_cast<const TextOp*>(state.op)); in onMergedTextOps() 319 const TextOp& op = *(static_cast<const TextOp*>(state.op)); in onMergedTextOps() 742 void BakedOpDispatcher::onTextOp(BakedOpRenderer& renderer, const TextOp& op, in onTextOp()
|
D | RecordingCanvas.cpp | 513 addOp(alloc().create_trivial<TextOp>(Rect(boundsLeft, boundsTop, boundsRight, boundsBottom), in drawGlyphs()
|
D | FrameBuilder.cpp | 730 void FrameBuilder::deferTextOp(const TextOp& op) { in deferTextOp()
|