Home
last modified time | relevance | path

Searched refs:fCols (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/particles/src/
DSkParticleDrawable.cpp89 , fCols(cols) in SkImageDrawable()
102 int frameCount = fCols * fRows; in REFLECTED()
106 int row = frame / fCols; in REFLECTED()
107 int col = frame % fCols; in REFLECTED()
118 v->visit("Columns", fCols); in visitFields()
121 fCols = SkTMax(fCols, 1); in visitFields()
130 int fCols; member in SkImageDrawable
134 return SkRect::MakeWH(static_cast<float>(fImage->width()) / fCols, in getBaseRect()
/external/dng_sdk/source/
Ddng_matrix.cpp26 , fCols (0) in dng_matrix()
38 , fCols (0) in dng_matrix()
51 fCols = cols; in dng_matrix()
54 for (uint32 col = 0; col < fCols; col++) in dng_matrix()
68 , fCols (m.fCols) in dng_matrix()
73 for (uint32 col = 0; col < fCols; col++) in dng_matrix()
88 fCols = 0; in Clear()
Ddng_matrix.h40 uint32 fCols; variable
68 return fCols; in Cols()
90 return fRows == 0 || fCols == 0; in IsEmpty()
Ddng_image_writer.h507 uint32 fCols; variable
521 , fCols (cols ) in tag_cfa_pattern()
Ddng_image_writer.cpp463 stream.Put_uint16 ((uint16) fCols); in Put()
466 for (uint32 col = 0; col < fCols; col++) in Put()