Home
last modified time | relevance | path

Searched refs:TextOp (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DRecordingCanvasTests.cpp184 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()
DSkiaCanvasTests.cpp58 ASSERT_EQ(RecordedOpId::TextOp, directOp->opId); in OPENGL_PIPELINE_TEST()
DFrameBuilderTests.cpp531 void onTextOp(const TextOp& op, const BakedOpState& state) override { mIndex++; } in RENDERTHREAD_OPENGL_PIPELINE_TEST()
/frameworks/base/libs/hwui/
DRecordedOp.h109 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()
DBakedOpDispatcher.cpp188 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()
DRecordingCanvas.cpp513 addOp(alloc().create_trivial<TextOp>(Rect(boundsLeft, boundsTop, boundsRight, boundsBottom), in drawGlyphs()
DFrameBuilder.cpp730 void FrameBuilder::deferTextOp(const TextOp& op) { in deferTextOp()