Searched refs:fCols (Results 1 – 6 of 6) sorted by relevance
13 , fCols(0) in SkPatchGrid()36 if (x < 0 || y < 0 || x > fCols - 1 || y > fRows - 1 || nullptr == cubics) { in setPatch()41 int cornerPos = y * (fCols + 1) + x; in setPatch()44 fCornerPts[cornerPos + (fCols + 1)] = cubics[SkPatchUtils::kBottomP0_CubicCtrlPts]; in setPatch()45 fCornerPts[cornerPos + (fCols + 1) + 1] = cubics[SkPatchUtils::kBottomP3_CubicCtrlPts]; in setPatch()48 int hrzPos = y * (fCols * 2) + (x * 2); in setPatch()51 fHrzCtrlPts[hrzPos + (fCols * 2)] = cubics[SkPatchUtils::kBottomP1_CubicCtrlPts]; in setPatch()52 fHrzCtrlPts[hrzPos + (fCols * 2) + 1] = cubics[SkPatchUtils::kBottomP2_CubicCtrlPts]; in setPatch()55 int vrtPos = (y*2) * (fCols + 1) + x; in setPatch()58 fVrtCtrlPts[vrtPos + (fCols + 1)] = cubics[SkPatchUtils::kLeftP2_CubicCtrlPts]; in setPatch()[all …]
129 return SkISize::Make(fCols, fRows); in getDimensions()133 int fRows, fCols;
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()
40 uint32 fCols; variable68 return fCols; in Cols()90 return fRows == 0 || fCols == 0; in IsEmpty()
507 uint32 fCols; variable521 , fCols (cols ) in tag_cfa_pattern()
463 stream.Put_uint16 ((uint16) fCols); in Put()466 for (uint32 col = 0; col < fCols; col++) in Put()