OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fNumRows
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h
67
SkScalar getYOffset(int row) const { return SkIntToScalar(row) /
fNumRows
; }
164
const uint16_t
fNumRows
;
/external/skia/src/gpu/effects/
GrTextureStripAtlas.h
67
SkScalar getYOffset(int row) const { return SkIntToScalar(row) /
fNumRows
; }
164
const uint16_t
fNumRows
;
/external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp
37
fNumRows
(maxYFilterSize),
41
fRowAddresses.reset(
fNumRows
);
52
if (fNextRow ==
fNumRows
) {
75
*firstRowIndex = fNextRowCoordinate -
fNumRows
;
78
for (int i = 0; i <
fNumRows
; i++) {
83
if (curRow ==
fNumRows
) {
98
int
fNumRows
;
/external/skia/src/core/
SkConvolver.cpp
37
fNumRows
(maxYFilterSize),
41
fRowAddresses.reset(
fNumRows
);
52
if (fNextRow ==
fNumRows
) {
75
*firstRowIndex = fNextRowCoordinate -
fNumRows
;
78
for (int i = 0; i <
fNumRows
; i++) {
83
if (curRow ==
fNumRows
) {
98
int
fNumRows
;
Completed in 682 milliseconds