HomeSort by relevance Sort by last modified time
    Searched defs:pResults (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 55 FX_FLOAT* pResults = result_array;
56 FXSYS_memset32(pResults, 0, total_results * sizeof(FX_FLOAT));
64 if (pFuncs[j]->Call(&input, 1, pResults + offset, nresults)) {
70 pCS->GetRGB(pResults, R, G, B);
136 FX_FLOAT* pResults = result_array;
137 FXSYS_memset32(pResults, 0, total_results * sizeof(FX_FLOAT));
145 if (pFuncs[j]->Call(&input, 1, pResults + offset, nresults)) {
151 pCS->GetRGB(pResults, R, G, B);
259 FX_FLOAT* pResults = result_array;
260 FXSYS_memset32(pResults, 0, total_results * sizeof(FX_FLOAT));
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 398 int* pResults;
418 pResults = results.mData;
423 *pResults++ = i;

Completed in 326 milliseconds