Searched defs:colIndex (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_gain_map.h | 93 Entry(uint32 rowIndex, uint32 colIndex, uint32 plane) Entry() argument 108 Entry(uint32 rowIndex, uint32 colIndex, uint32 plane) const Entry() argument
|
H A D | dng_jpeg_image.cpp | 130 uint32 colIndex = tileIndex % tilesAcross; in Process() local
|
H A D | dng_gain_map.cpp | 177 real32 dng_gain_map_interpolator::InterpolateEntry (uint32 colIndex) in InterpolateEntry() argument 231 uint32 colIndex = static_cast<uint32> (colIndexF); in ResetColumn() local [all...] |
H A D | dng_read_image.cpp | 2878 uint32 colIndex = tileIndex - (plane * fTilesDown + rowIndex) * fTilesAcross; in Process() local
|
H A D | dng_image_writer.cpp | 4438 uint32 colIndex = tileIndex - rowIndex * fTilesAcross; in Process() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ScalarizeVecAndMatConstructorArgs.cpp | 35 TIntermBinary *ConstructMatrixIndexBinaryNode(TIntermTyped *symbolNode, int colIndex, int rowIndex) in ConstructMatrixIndexBinaryNode() argument 156 int colIndex = 0, rowIndex = 0; in scalarizeArgs() local
|
H A D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 80 int colIndex = 0; in AppendValuesFromMultipleArguments() local 19 AppendMatrixElementArgument(TIntermSymbol *parameter, int colIndex, int rowIndex, TIntermSequence *returnCtorArgs) AppendMatrixElementArgument() argument
|
Completed in 18 milliseconds