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

  /external/skia/src/utils/
SkPatchUtils.cpp 166 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic);
180 if (topLength < 0 || bottomLength < 0 || leftLength < 0 || rightLength < 0) {
185 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize);
  /external/skqp/src/utils/
SkPatchUtils.cpp 166 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic);
180 if (topLength < 0 || bottomLength < 0 || leftLength < 0 || rightLength < 0) {
185 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 172 Int topLength;
175 topLength = Length - 16;
177 if (topLength > 0)
179 status = BitstreamPutBits(stream, topLength, topValue);

Completed in 172 milliseconds