Searched refs:fRows (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRectanizerPow2.h | 18 // a particular power of two gets full its fRows entry is recycled to point 34 sk_bzero(fRows, sizeof(fRows)); 49 // fRowHeight is actually known by this struct's position in fRows 58 Row fRows[kMaxExponent]; // 0-th entry will be unused member in final
|
H A D | GrRectanizerPow2.cpp | 23 Row* row = &fRows[HeightToRowIndex(height)]; in addRect()
|
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 343 uni.fRows == 2 && uni.fColumns == 1) { in draw() 350 for (int c = 0; c < uni.fColumns; ++c, vals += uni.fRows) { in draw() 351 for (int r = 0; r < uni.fRows; ++r, ++vals) { in draw() 352 ImGui::PushID(c*uni.fRows + r); in draw() 356 ImGui::CheckboxFlags(r == uni.fRows - 1 ? uni.fName.c_str() in draw() 374 for (int c = 0; c < uni.fColumns; ++c, vals += uni.fRows) { in draw() 376 ImGui::DragScalarN(uni.fName.c_str(), dataType, vals, uni.fRows, 1.0f); in draw()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_matrix.cpp | 25 : fRows (0) in dng_matrix() 37 : fRows (0) in dng_matrix() 50 fRows = rows; in dng_matrix() 53 for (uint32 row = 0; row < fRows; row++) in dng_matrix() 67 : fRows (m.fRows) in dng_matrix() 72 for (uint32 row = 0; row < fRows; row++) in dng_matrix() 87 fRows = 0; in Clear()
|
H A D | dng_matrix.h | 39 uint32 fRows; member in dng_matrix 63 return fRows; in Rows() 90 return fRows == 0 || fCols == 0; in IsEmpty()
|
H A D | dng_image_writer.h | 506 uint32 fRows; member in tag_cfa_pattern 520 , fRows (rows ) in tag_cfa_pattern()
|
H A D | dng_image_writer.cpp | 464 stream.Put_uint16 ((uint16) fRows); in Put() 467 for (uint32 row = 0; row < fRows; row++) in Put()
|
/third_party/skia/modules/particles/src/ |
H A D | SkParticleDrawable.cpp | 119 , fRows(rows) {} in SkImageDrawable() 126 rows = std::max(fRows, 1); 161 v->visit("Rows", fRows); 168 int fRows; member in SkImageDrawable
|
H A D | SkParticleEffect.cpp | 257 if (it->fRows * it->fColumns != count) { in setUniform()
|
/third_party/skia/src/core/ |
H A D | SkAAClip.cpp | 245 SkTDArray<Row> fRows; member in SkAAClip::Builder 260 Row* row = fRows.begin(); in ~Builder() 261 Row* stop = fRows.end(); in ~Builder() 380 const Row* row = fRows.begin(); in finish() 381 const Row* stop = fRows.end(); in finish() 398 RunHead* head = RunHead::Alloc(fRows.count(), dataSize); in finish() 403 row = fRows.begin(); in finish() 430 for (y = 0; y < fRows.count(); ++y) { in dump() 431 const Row& row = fRows[y]; in dump() 448 for (int i = 0; i < fRows in validate() [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 206 , fRows(rows) { in MatrixType() 220 return fRows; 232 return fColumns == fRows; 236 return fColumns * fRows; 244 int8_t fRows; member in SkSL::final
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.h | 95 int fRows; member
|
/third_party/skia/modules/canvaskit/ |
H A D | particles_bindings.cpp | 89 su.rows = u.fRows; in fromUniform()
|
/third_party/skia/tests/ |
H A D | PathOpsBuilderConicTest.cpp | 18 int fRows; member 27 for (int y = 0; y < set.fRows; ++y) { in testOvalSet()
|
Completed in 15 milliseconds