OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthDecreasedByOne
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h
60
int
widthDecreasedByOne
;
FELighting.cpp
248
for (int x = 1; x < data.
widthDecreasedByOne
; ++x, offset += cPixelSize) {
262
int optimalThreadNumber = ((data.
widthDecreasedByOne
- 1) * (data.heightDecreasedByOne - 1)) / s_minimalRectDimension;
329
data.
widthDecreasedByOne
= width - 1;
349
setPixel(offset, data, paintingData, data.
widthDecreasedByOne
, 0, cFactor2div3, cFactor2div3, normalVector);
359
setPixel(offset, data, paintingData, data.
widthDecreasedByOne
, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
364
for (int x = 1; x < data.
widthDecreasedByOne
; ++x, offset += cPixelSize) {
370
for (int x = 1; x < data.
widthDecreasedByOne
; ++x, offset += cPixelSize) {
387
inlineSetPixel(offset, data, paintingData, data.
widthDecreasedByOne
, y, cFactor1div2, cFactor1div3, normalVector);
Completed in 442 milliseconds