Home
last modified time | relevance | path

Searched defs:negativeSize (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInvalidProtocolBufferException.java91 static InvalidProtocolBufferException negativeSize() { in negativeSize() method in InvalidProtocolBufferException
/third_party/skia/experimental/graphite/src/geom/
DRect.h104 float2 negativeSize = fVals.xy() + fVals.zw(); // == [l-r, t-b] == [-w, -h] in area() local