/third_party/flutter/skia/gm/ |
D | flippity.cpp | 49 static const SkPoint kPoints[kNumLabels] = { variable 127 0.0 != kPoints[i].fX ? kPoints[i].fX-kLabelSize-kInset : kInset, in make_reference_image() 128 0.0 != kPoints[i].fY ? kPoints[i].fY-kLabelSize-kInset : kInset); in make_reference_image() 210 0.0f == kPoints[i].fX ? -kLabelSize : kPoints[i].fX, in drawImageWithMatrixAndLabels() 211 0.0f == kPoints[i].fY ? -kLabelSize : kPoints[i].fY); in drawImageWithMatrixAndLabels()
|
/third_party/skia/gm/ |
D | flippity.cpp | 50 static const SkPoint kPoints[kNumLabels] = { variable 127 0.0 != kPoints[i].fX ? kPoints[i].fX-kLabelSize-kInset : kInset, in make_reference_image() 128 0.0 != kPoints[i].fY ? kPoints[i].fY-kLabelSize-kInset : kInset); in make_reference_image() 212 0.0f == kPoints[i].fX ? -kLabelSize : kPoints[i].fX, in drawImageWithMatrixAndLabels() 213 0.0f == kPoints[i].fY ? -kLabelSize : kPoints[i].fY); in drawImageWithMatrixAndLabels()
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLVertexGeoBuilder.h | 53 kPoints, enumerator 61 kPoints, enumerator
|
D | GrGLSLVertexGeoBuilder.cpp | 49 case InputType::kPoints: return "points"; in input_type_name() 61 case OutputType::kPoints: return "points"; in output_type_name()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGValue.h | 31 kPoints, enumerator 88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >;
|
D | SkSVGPoly.cpp | 25 case SkSVGAttribute::kPoints: in onSetAttribute()
|
D | SkSVGAttribute.h | 33 kPoints, enumerator
|
D | SkSVGDOM.cpp | 324 { "points" , { SkSVGAttribute::kPoints , SetPointsAttribute }},
|
/third_party/skia/src/gpu/ops/ |
D | DrawVerticesOp.cpp | 248 GrPrimitiveType::kPoints == fPrimitiveType; in combinablePrimitive() 331 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in DrawVerticesOpImpl() 621 case GrPrimitiveType::kPoints: in seed_vertices() 641 case GrPrimitiveType::kPoints: in primitive_vertices() 683 GrPrimitiveType::kPoints, in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/grpc/examples/cpp/route_guide/ |
D | route_guide_client.cc | 122 const int kPoints = 10; in RecordRoute() local 133 for (int i = 0; i < kPoints; i++) { in RecordRoute()
|
/third_party/skia/experimental/graphite/src/ |
D | DrawTypes.h | 107 kPoints, enumerator
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 39 kPoints, enumerator
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 77 GrPrimitiveType::kPoints == fPrimitiveType; in combinablePrimitive() 182 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in DrawVerticesOp() 603 case GrPrimitiveType::kPoints: in seed_vertices() 621 case GrPrimitiveType::kPoints: in primitive_vertices()
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.h | 47 bool hasPointSize() const { return fProgramInfo.primitiveType() == GrPrimitiveType::kPoints; } in hasPointSize()
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlCommandBuffer.mm | 208 static_assert((int)PrimitiveType::kPoints == 2); 210 SkASSERT(primitiveType <= PrimitiveType::kPoints);
|
/third_party/skia/src/gpu/ |
D | GrProgramDesc.cpp | 162 b->addBool((programInfo.primitiveType() == GrPrimitiveType::kPoints), "isPoints"); in gen_key()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 280 case GrPrimitiveType::kPoints: in to_dawn_primitive_topology() 430 if (meshes[i].primitiveType() == GrPrimitiveType::kPoints) { in onDraw()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateBuilder.cpp | 341 primitiveType == GrPrimitiveType::kPoints, pipeline, gpu)) { in Build()
|
D | GrVkPipeline.cpp | 158 case GrPrimitiveType::kPoints: in gr_primitive_type_to_vk_topology()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 122 case GrPrimitiveType::kPoints: in set_primitive_topology()
|
D | GrD3DPipelineStateBuilder.cpp | 485 case GrPrimitiveType::kPoints: in gr_primitive_type_to_d3d()
|
/third_party/skia/src/gpu/v1/ |
D | Device.cpp | 64 return GrPrimitiveType::kPoints; in point_mode_to_primitive_type() 389 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in drawPoints()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 156 case GrPrimitiveType::kPoints: in gr_primitive_type_to_vk_topology()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 138 case GrPrimitiveType::kPoints: in to_dawn_primitive_topology()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 338 GR_STATIC_ASSERT((int)GrPrimitiveType::kPoints == 2);
|