Home
last modified time | relevance | path

Searched refs:kPoint (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.cpp18 case Type::kPoint: in operator =()
231 this->setType(Type::kPoint); in simplifyPoint()
251 case Type::kPoint: in simplify()
287 case Type::kPoint: // fall through since a point has 0 area in conservativeContains()
311 case Type::kPoint: // fall through, currently choosing not to test if shape == point in conservativeContains()
336 case Type::kPoint: // fall through in closed()
355 case Type::kPoint: // fall through in convex()
369 case Type::kPoint: in bounds()
410 case Type::kPoint: // fall through in segmentMask()
433 case Type::kPoint: in asPath()
DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine enumerator
84 bool isPoint() const { return this->type() == Type::kPoint; } in isPoint()
155 this->reset(Type::kPoint); in setPoint()
DGrStyledShape.cpp140 case GrShape::Type::kPoint: in unstyledKeySize()
210 case GrShape::Type::kPoint: in writeUnstyledKey()
/external/deqp-deps/amber/src/
Dcommand_data.h41 kPoint, enumerator
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp1593 static const FS_POINTF kPoint = {105.0f, 118.0f}; in TEST_F() local
1595 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1605 static const FS_POINTF kPoint = {105.0f, 202.0f}; in TEST_F() local
1607 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1626 static const FS_POINTF kPoint = {102.0f, 363.0f}; in TEST_F() local
1628 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1640 static const FS_POINTF kPoint = {102.0f, 413.0f}; in TEST_F() local
1642 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
1654 static const FS_POINTF kPoint = {102.0f, 513.0f}; in TEST_F() local
1656 FPDFAnnot_GetFormFieldAtPoint(form_handle(), page, &kPoint)); in TEST_F()
/external/skqp/src/gpu/ops/
DGrAAConvexPathRenderer.cpp184 kPoint, enumerator
200 data->fStage = DegenerateTestData::kPoint; in update_degenerate_test()
202 case DegenerateTestData::kPoint: in update_degenerate_test()
/external/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp186 kPoint, enumerator
202 data->fStage = DegenerateTestData::kPoint; in update_degenerate_test()
204 case DegenerateTestData::kPoint: in update_degenerate_test()
/external/deqp-deps/amber/src/amberscript/
Dparser_pipeline_test.cc289 ASSERT_EQ(mode3, PolygonMode::kPoint); in TEST_F()
Dparser.cc1463 pipeline->GetPipelineData()->SetPolygonMode(PolygonMode::kPoint); in ParsePipelinePolygonMode()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc131 case PolygonMode::kPoint: in ToVkPolygonMode()
/external/skia/src/gpu/
DGrClipStack.cpp736 case GrShape::Type::kPoint: in clipType()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc1132 mode = PolygonMode::kPoint; in ProcessPolygonMode()
Dcommand_parser_test.cc1860 PolygonMode::kPoint})); // NOLINT(whitespace/parens)