HomeSort by relevance Sort by last modified time
    Searched full:yoffsets (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
cv_util.py 59 yoffsets = half_length * np.sin(angles)
64 lines[:, 1] = centery - yoffsets
65 lines[:, 3] = centery + yoffsets
  /external/skia/src/core/
SkAAClip.cpp 63 YOffset* yoffsets() { function in struct:SkAAClip::RunHead
66 const YOffset* yoffsets() const { function in struct:SkAAClip::RunHead
70 return (uint8_t*)(this->yoffsets() + fRowCount);
73 return (const uint8_t*)(this->yoffsets() + fRowCount);
101 YOffset* yoff = head->yoffsets();
146 fCurrYOff = head->yoffsets();
200 const YOffset* yoff = head->yoffsets();
447 YOffset* yoff = head->yoffsets();
488 yoff = head->yoffsets();
523 YOffset* yoff = head->yoffsets();
    [all...]
  /external/skia/src/effects/
SkTableColorFilter.cpp 412 const char* yoffsets; local
415 "yoffsets", &yoffsets);
438 coord.printf("vec2(coord.a, %s.a)", yoffsets);
443 coord.printf("vec2(coord.r, %s.r)", yoffsets);
448 coord.printf("vec2(coord.g, %s.g)", yoffsets);
453 coord.printf("vec2(coord.b, %s.b)", yoffsets);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 287 << " int yOffsets[] = " << g_ShaderReadOffsetsYStr << ";\n"
292 << " int readY = groupBaseY + (gy + yOffsets[i]) % " + localSizeY + ";\n"
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]

Completed in 1564 milliseconds