Home
last modified time | relevance | path

Searched defs:colIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.h94 uint32 colIndex, in Entry()
109 uint32 colIndex, in Entry()
Ddng_gain_map.cpp177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) in InterpolateEntry()
231 uint32 colIndex = static_cast<uint32> (colIndexF); in ResetColumn() local
320 for (int32 colIndex = 0; colIndex < fPoints.h; colIndex++) in PutStream() local
422 for (int32 colIndex = 0; colIndex < mapPoints.h; colIndex++) in GetStream() local
Ddng_jpeg_image.cpp130 uint32 colIndex = tileIndex % tilesAcross; in Process() local
Ddng_read_image.cpp2878 uint32 colIndex = tileIndex - (plane * fTilesDown + rowIndex) * fTilesAcross; in Process() local
3278 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++) in Read() local
Ddng_image_writer.cpp4438 uint32 colIndex = tileIndex - rowIndex * fTilesAcross; in Process() local
4704 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++) in WriteImage() local
Ddng_negative.cpp1698 int32 colIndex = (tile.l - fImage.Bounds ().l) / fUnitCell.h; in Process() local
/third_party/skia/tests/
DPDFTaggedTableTest.cpp74 for (int colIndex = 0; colIndex < kColCount; colIndex++) { in DEF_TEST() local
121 for (int colIndex = 0; colIndex < kColCount; colIndex++) { in DEF_TEST() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp35 TIntermBinary *ConstructMatrixIndexBinaryNode(TIntermTyped *symbolNode, int colIndex, int rowIndex) in ConstructMatrixIndexBinaryNode()
156 int colIndex = 0, rowIndex = 0; in scalarizeArgs() local
DConvertUnsupportedConstructorsToFunctionCalls.cpp20 int colIndex, in AppendMatrixElementArgument()
80 int colIndex = 0; in AppendValuesFromMultipleArguments() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp33 TIntermBinary *ConstructMatrixIndexBinaryNode(TIntermSymbol *symbolNode, int colIndex, int rowIndex) in ConstructMatrixIndexBinaryNode()
162 int colIndex = 0, rowIndex = 0; in scalarizeArgs() local