Home
last modified time | relevance | path

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

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