OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invWidth
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h
26
fLookupMultiplier = this->
invWidth
() * (SKBITMAP_FILTER_TABLE_SIZE-1);
48
float
invWidth
() const { return fInvWidth; }
SkScan_Path.cpp
327
int
invWidth
= fLastX - fPrevX;
328
if (
invWidth
> 0) {
329
fBlitter->blitH(fPrevX, y,
invWidth
);
336
int
invWidth
= x - fPrevX;
337
if (
invWidth
> 0) {
338
fBlitter->blitH(fPrevX, y,
invWidth
);
/external/skia/src/core/
SkBitmapFilter.h
26
fLookupMultiplier = this->
invWidth
() * (SKBITMAP_FILTER_TABLE_SIZE-1);
48
float
invWidth
() const { return fInvWidth; }
SkScan_Path.cpp
327
int
invWidth
= fLastX - fPrevX;
328
if (
invWidth
> 0) {
329
fBlitter->blitH(fPrevX, y,
invWidth
);
336
int
invWidth
= x - fPrevX;
337
if (
invWidth
> 0) {
338
fBlitter->blitH(fPrevX, y,
invWidth
);
/external/aac/libSBRdec/src/
env_calc.cpp
[
all
...]
Completed in 115 milliseconds