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

  /external/chromium_org/third_party/skia/tests/
PathOpsTightBoundsTest.cpp 53 const int bitHeight = 32;
55 const float pathMax = (float) (bitHeight - 2);
58 bits.allocN32Pixels(bitWidth, bitHeight);
87 for (int y = 0; y < bitHeight; ++y) {
PathOpsExtendedTest.cpp 163 const int bitHeight = 64;
177 SkScalar vScale = (bitHeight - 2) / largerHeight;
185 bits.allocN32Pixels(bitWidth * 2, bitHeight);
201 for (int y = 0; y < bitHeight - 1; ++y) {
243 int bitHeight = SkScalarCeilToInt(larger.height()) + 2;
244 if (bitHeight >= (int) sizeof(out)) {
247 bits.allocN32Pixels(bitWidth * 2, bitHeight);
259 for (int y = 0; y < bitHeight; ++y) {
  /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...]

Completed in 4035 milliseconds