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

  /external/skia/src/core/
SkColorSpace_ICC.cpp 263 static float read_big_endian_16_dot_16(const uint8_t buf[4]) { function
406 float g = read_big_endian_16_dot_16(src + 12);
423 float g = read_big_endian_16_dot_16(src + 12);
424 float a = read_big_endian_16_dot_16(src + 16);
425 float b = read_big_endian_16_dot_16(src + 20);
444 e = read_big_endian_16_dot_16(src + 24);
457 c = read_big_endian_16_dot_16(src + 24);
458 d = read_big_endian_16_dot_16(src + 28);
469 c = read_big_endian_16_dot_16(src + 24);
470 d = read_big_endian_16_dot_16(src + 28)
    [all...]
  /external/skqp/src/core/
SkColorSpace_ICC.cpp 263 static float read_big_endian_16_dot_16(const uint8_t buf[4]) { function
406 float g = read_big_endian_16_dot_16(src + 12);
423 float g = read_big_endian_16_dot_16(src + 12);
424 float a = read_big_endian_16_dot_16(src + 16);
425 float b = read_big_endian_16_dot_16(src + 20);
444 e = read_big_endian_16_dot_16(src + 24);
457 c = read_big_endian_16_dot_16(src + 24);
458 d = read_big_endian_16_dot_16(src + 28);
469 c = read_big_endian_16_dot_16(src + 24);
470 d = read_big_endian_16_dot_16(src + 28)
    [all...]

Completed in 227 milliseconds