Home
last modified time | relevance | path

Searched refs:kPoints (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/gm/
Dflippity.cpp49 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/
Dflippity.cpp50 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/
DGrGLSLVertexGeoBuilder.h53 kPoints, enumerator
61 kPoints, enumerator
DGrGLSLVertexGeoBuilder.cpp49 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/
DSkSVGValue.h31 kPoints, enumerator
88 using SkSVGPointsValue = SkSVGWrapperValue<SkSVGPointsType , SkSVGValue::Type::kPoints >;
DSkSVGPoly.cpp25 case SkSVGAttribute::kPoints: in onSetAttribute()
DSkSVGAttribute.h33 kPoints, enumerator
DSkSVGDOM.cpp324 { "points" , { SkSVGAttribute::kPoints , SetPointsAttribute }},
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp248 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/
Droute_guide_client.cc122 const int kPoints = 10; in RecordRoute() local
133 for (int i = 0; i < kPoints; i++) { in RecordRoute()
/third_party/skia/experimental/graphite/src/
DDrawTypes.h107 kPoints, enumerator
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h39 kPoints, enumerator
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp77 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/
DGrGLSLProgramBuilder.h47 bool hasPointSize() const { return fProgramInfo.primitiveType() == GrPrimitiveType::kPoints; } in hasPointSize()
/third_party/skia/experimental/graphite/src/mtl/
DMtlCommandBuffer.mm208 static_assert((int)PrimitiveType::kPoints == 2);
210 SkASSERT(primitiveType <= PrimitiveType::kPoints);
/third_party/skia/src/gpu/
DGrProgramDesc.cpp162 b->addBool((programInfo.primitiveType() == GrPrimitiveType::kPoints), "isPoints"); in gen_key()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp280 case GrPrimitiveType::kPoints: in to_dawn_primitive_topology()
430 if (meshes[i].primitiveType() == GrPrimitiveType::kPoints) { in onDraw()
/third_party/flutter/skia/src/gpu/vk/
DGrVkPipelineStateBuilder.cpp341 primitiveType == GrPrimitiveType::kPoints, pipeline, gpu)) { in Build()
DGrVkPipeline.cpp158 case GrPrimitiveType::kPoints: in gr_primitive_type_to_vk_topology()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp122 case GrPrimitiveType::kPoints: in set_primitive_topology()
DGrD3DPipelineStateBuilder.cpp485 case GrPrimitiveType::kPoints: in gr_primitive_type_to_d3d()
/third_party/skia/src/gpu/v1/
DDevice.cpp64 return GrPrimitiveType::kPoints; in point_mode_to_primitive_type()
389 if (GrIsPrimTypeLines(primitiveType) || GrPrimitiveType::kPoints == primitiveType) { in drawPoints()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp156 case GrPrimitiveType::kPoints: in gr_primitive_type_to_vk_topology()
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp138 case GrPrimitiveType::kPoints: in to_dawn_primitive_topology()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.mm338 GR_STATIC_ASSERT((int)GrPrimitiveType::kPoints == 2);

12