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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 170 const int bitHeight = 64;
184 SkScalar vScale = (bitHeight - 2) / largerHeight;
192 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
209 for (int y = 0; y < bitHeight - 1; ++y) {
254 int bitHeight = SkScalarCeil(larger.height()) + 2;
255 if (bitHeight >= (int) sizeof(out)) {
258 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
271 for (int y = 0; y < bitHeight; ++y) {
356 int bitHeight = SkScalarCeil(larger.height()) + 2;
357 bits.setConfig(SkBitmap::kA1_Config, bitWidth * 2, bitHeight);
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 170 const int bitHeight = 64;
184 SkScalar vScale = (bitHeight - 2) / largerHeight;
192 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
209 for (int y = 0; y < bitHeight - 1; ++y) {
254 int bitHeight = SkScalarCeil(larger.height()) + 2;
255 if (bitHeight >= (int) sizeof(out)) {
258 bits.setConfig(SkBitmap::kARGB_8888_Config, bitWidth * 2, bitHeight);
271 for (int y = 0; y < bitHeight; ++y) {
356 int bitHeight = SkScalarCeil(larger.height()) + 2;
357 bits.setConfig(SkBitmap::kA1_Config, bitWidth * 2, bitHeight);
    [all...]

Completed in 39 milliseconds