Lines Matching defs:width
628 int width, int height) {
643 SkASSERT((endColumn <= width) && "endColumn > width!");
649 endColumn = std::min(endColumn, width);
670 int idx = (row * width) + col;
725 int width, int height, size_t rowBytes) {
737 SkIRect expectPathBounds = SkIRect::MakeWH(width, height);
769 size_t dataSize = width * height * sizeof(DFData);
774 init_distances(dataPtr, width * height);
805 calculate_distance_field_data(&segments, dataPtr, width, height);
814 for (int col = 0; col < width; ++col) {
815 int idx = (row * width) + col;
846 for (int col = 0; col < width; ++col) {
847 int idx = (row * width) + col;