Searched refs:fCols (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/modules/particles/src/ |
D | SkParticleDrawable.cpp | 115 , fCols(cols) in SkImageDrawable() 128 int frameCount = fCols * fRows; in REFLECTED() 133 int row = frame / fCols; in REFLECTED() 134 int col = frame % fCols; in REFLECTED() 145 v->visit("Columns", fCols); in visitFields() 148 fCols = SkTMax(fCols, 1); in visitFields() 157 int fCols; member in SkImageDrawable 161 return SkRect::MakeWH(static_cast<float>(fImage->width()) / fCols, in getBaseRect()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_matrix.cpp | 26 , 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()
|
D | dng_matrix.h | 40 uint32 fCols; variable 68 return fCols; in Cols() 90 return fRows == 0 || fCols == 0; in IsEmpty()
|
D | dng_image_writer.h | 507 uint32 fCols; variable 521 , fCols (cols ) in tag_cfa_pattern()
|
D | dng_image_writer.cpp | 463 stream.Put_uint16 ((uint16) fCols); in Put() 466 for (uint32 col = 0; col < fCols; col++) in Put()
|
/third_party/skia/modules/particles/src/ |
D | SkParticleDrawable.cpp | 118 , fCols(cols) in SkImageDrawable() 125 int cols = std::max(fCols, 1), in REFLECTED() 160 v->visit("Columns", fCols); in visitFields() 167 int fCols; member in SkImageDrawable
|