Searched refs:templateSideLength (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp165 static const int templateSideLength = 1; member in namespace:WebCore
432 const int templateSideLength = 1; local
440 return IntSize(templateSideLength + leftSlice + rightSlice,
441 templateSideLength + topSlice + bottomSlice);
749 FloatRect tileRect = FloatRect(leftSlice, 0, templateSideLength, topSlice);
761 tileRect = FloatRect(0, topSlice, leftSlice, templateSideLength);

Completed in 40 milliseconds