HomeSort by relevance Sort by last modified time
    Searched refs:PointCount (Results 1 - 8 of 8) sorted by null

  /external/dng_sdk/source/
dng_bad_pixels.h 125 uint32 PointCount () const
162 return PointCount () == 0 &&
dng_bad_pixels.cpp 362 if (PointCount () > 1)
411 for (uint32 k = index + 1; k < PointCount (); k++)
526 for (uint32 k = index + 1; k < PointCount (); k++)
700 uint32 pCount = fList->PointCount ();
744 if (fList->PointCount ())
    [all...]
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuide.cs 50 new pbr::GeneratedClrTypeInfo(typeof(global::Routeguide.RouteSummary), global::Routeguide.RouteSummary.Parser, new[]{ "PointCount", "FeatureCount", "Distance", "ElapsedTime" }, null, null, null)
796 public int PointCount {
858 if (PointCount != other.PointCount) return false;
868 if (PointCount != 0) hash ^= PointCount.GetHashCode();
885 if (PointCount != 0) {
887 output.WriteInt32(PointCount);
909 if (PointCount != 0) {
910 size += 1 + pb::CodedOutputStream.ComputeInt32Size(PointCount);
    [all...]
  /external/skia/modules/skottie/src/
SkottieAdapter.h 77 ADAPTER_PROPERTY(PointCount , SkScalar, 0)
  /external/skqp/modules/skottie/src/
SkottieAdapter.h 75 ADAPTER_PROPERTY(PointCount , SkScalar, 0)
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
RouteGuideImpl.cs 69 int pointCount = 0;
79 pointCount++;
95 PointCount = pointCount,
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
Program.cs 134 + "Travelled {2} meters. It took {3} seconds.", summary.PointCount,
  /external/fonttools/Lib/fontTools/otlLib/
builder.py 522 self.PointCount = len(self.PointIndex)

Completed in 210 milliseconds