Home
last modified time | relevance | path

Searched refs:fCoords (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_resample.h79 AutoPtr<dng_memory_block> fCoords; variable
95 return fCoords->Buffer_int32 () + (index - fOrigin); in Coords()
Ddng_resample.cpp74 , fCoords () in dng_resample_coords()
105 fCoords.Reset (allocator.Allocate (bufferSize)); in Initialize()
107 int32 *coords = fCoords->Buffer_int32 (); in Initialize()
/external/skia/src/sksl/
DSkSLCompiler.h94 String fCoords; member
DSkSLPipelineStageCodeGenerator.cpp92 fArgs->fFormatArgs[childCallIndex].fCoords = buffer.str(); in writeFunctionCall()
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp55 SkSL::String coords = this->expandFormatArgs(arg.fCoords, args, in expandFormatArgs()