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

  /external/skia/src/core/
SkPoint.cpp 39 float* orig_length = nullptr) {
40 SkASSERT(!use_rsqrt || (orig_length == nullptr));
57 if (orig_length) {
61 if (orig_length) {
62 *orig_length = mag;
  /external/skqp/src/core/
SkPoint.cpp 77 float* orig_length = nullptr) {
78 SkASSERT(!use_rsqrt || (orig_length == nullptr));
112 if (orig_length) {
117 if (orig_length) {
118 *orig_length = mag;
  /external/tcpdump/
print-ether.c 138 u_int orig_length; local
158 orig_length = length;
241 ether_hdr_print(ndo, (const u_char *)ep, orig_length);
  /external/libevent/test/
regress_buffer.c 2287 size_t orig_length; local
    [all...]

Completed in 645 milliseconds