Searched refs:fDstPtr (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkRasterPipelineBlitter.cpp64 fDstPtr = {nullptr,0}, // Always points to the top-left of fDst. member in class:final
217 blitter->fDstPtr = SkJumper_MemoryCtx{&blitter->fMemsetColor, 0};
224 blitter->fDstPtr = SkJumper_MemoryCtx{
233 const void* ctx = &fDstPtr;
272 const void* ctx = &fDstPtr;
333 p.append(stage, &fDstPtr);
474 // Update fMaskPtr to point "into" this current mask, but lined up with fDstPtr at (0,0).
/external/skqp/src/core/
H A DSkRasterPipelineBlitter.cpp64 fDstPtr = {nullptr,0}, // Always points to the top-left of fDst. member in class:final
217 blitter->fDstPtr = SkJumper_MemoryCtx{&blitter->fMemsetColor, 0};
224 blitter->fDstPtr = SkJumper_MemoryCtx{
233 const void* ctx = &fDstPtr;
272 const void* ctx = &fDstPtr;
333 p.append(stage, &fDstPtr);
474 // Update fMaskPtr to point "into" this current mask, but lined up with fDstPtr at (0,0).
/external/dng_sdk/source/
H A Ddng_image_writer.cpp3276 uint8 *fDstPtr; member in class:dng_lzw_compressor
3340 , fDstPtr (NULL)
3439 uint8 *dstPtr1 = fDstPtr + offset1;
3440 uint8 *dstPtr3 = fDstPtr + offset2;
3464 uint8 *dstPtr2 = fDstPtr + (offset1 + 1);
3489 fDstPtr = dPtr;

Completed in 257 milliseconds