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/webkit/Source/WebCore/platform/graphics/filters/
FELighting.h
60
int
heightDecreasedByOne
;
FELighting.cpp
254
data.
heightDecreasedByOne
= height - 1;
270
offset = data.
heightDecreasedByOne
* data.widthMultipliedByPixelSize;
272
setPixel(offset, data, paintingData, 0, data.
heightDecreasedByOne
, cFactor2div3, cFactor2div3, normalVector);
277
setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.
heightDecreasedByOne
, cFactor2div3, cFactor2div3, normalVector);
287
offset = data.
heightDecreasedByOne
* data.widthMultipliedByPixelSize + cPixelSize;
290
inlineSetPixel(offset, data, paintingData, x, data.
heightDecreasedByOne
, cFactor1div3, cFactor1div2, normalVector);
297
for (int y = 1; y < data.
heightDecreasedByOne
; ++y, offset += data.widthMultipliedByPixelSize) {
303
for (int y = 1; y < data.
heightDecreasedByOne
; ++y, offset += data.widthMultipliedByPixelSize) {
314
for (int y = 1; y < data.
heightDecreasedByOne
; ++y) {
411
data.
heightDecreasedByOne
- 1
[
all
...]
Completed in 670 milliseconds