OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heightDecreasedByOne
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h
61
int
heightDecreasedByOne
;
FELighting.cpp
262
int optimalThreadNumber = ((data.widthDecreasedByOne - 1) * (data.
heightDecreasedByOne
- 1)) / s_minimalRectDimension;
272
const int yStep = (data.
heightDecreasedByOne
- 1) / job;
273
const int jobsWithExtra = (data.
heightDecreasedByOne
- 1) % job;
291
platformApplyGenericPaint(data, paintingData, 1, data.
heightDecreasedByOne
);
330
data.
heightDecreasedByOne
= height - 1;
352
offset = data.
heightDecreasedByOne
* data.widthMultipliedByPixelSize;
354
setPixel(offset, data, paintingData, 0, data.
heightDecreasedByOne
, cFactor2div3, cFactor2div3, normalVector);
359
setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.
heightDecreasedByOne
, cFactor2div3, cFactor2div3, normalVector);
369
offset = data.
heightDecreasedByOne
* data.widthMultipliedByPixelSize + cPixelSize;
372
inlineSetPixel(offset, data, paintingData, x, data.
heightDecreasedByOne
, cFactor1div3, cFactor1div2, normalVector)
[
all
...]
Completed in 56 milliseconds