HomeSort by relevance Sort by last modified time
    Searched defs:dptr (Results 51 - 66 of 66) sorted by null

1 23

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 802 PyramidShort *dptr = m_pMosaicYPyr; local
821 r = (r >= dptr->width) ? dptr->width + BORDER - 1 : r + BORDER;
822 else if (r >= dptr->width + BORDER)
823 r = dptr->width + BORDER - 1;
826 t = (t >= dptr->height) ? dptr->height + BORDER - 1 : t + BORDER;
827 else if (t >= dptr->height + BORDER)
828 t = dptr->height + BORDER - 1;
881 PyramidShort *dptr = m_pMosaicYPyr local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 1085 char *dptr = (char *)*destPtr; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 170 SkPMColor* dptr = dst->getAddr32(0, 0); local
181 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
188 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
192 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
208 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
215 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
219 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
232 *dptr++ = lightingType.light(bottomLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
239 *dptr++ = lightingType.light(bottomNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
243 *dptr++ = lightingType.light(bottomRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceTo (…)
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 739 char *dptr = (char *)*destPtr; local
743 if (dptr >= (char *)src->pExtra && dptr < ((char*)src->pExtra)+src->extraSize) {
746 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra);
747 } else if (dptr>=sUText && dptr < sUText+src->sizeOfStruct) {
750 *destPtr = dUText + (dptr-sUText);
    [all...]
  /external/iptables/libxtables/
xtables.c 597 struct xtables_match **dptr; local
614 for (dptr = &xtables_pending_matches; *dptr; ) {
615 if (strcmp(name, (*dptr)->name) == 0) {
616 ptr = *dptr;
617 *dptr = (*dptr)->next;
621 dptr = &((*dptr)->next);
691 struct xtables_target **dptr; local
    [all...]
  /external/libpng/
pngread.c 661 png_bytep dptr = *dp++; local
663 png_read_row(png_ptr, rptr, dptr);
677 png_bytep dptr = *dp; local
678 png_read_row(png_ptr, NULL, dptr);
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 1830 uchar* dptr = (uchar*)(dst->data.ptr + dst->step*y); local
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 170 SkPMColor* dptr = dst->getAddr32(0, 0); local
181 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
188 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
192 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
208 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
215 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
219 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
232 *dptr++ = lightingType.light(bottomLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
239 *dptr++ = lightingType.light(bottomNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
243 *dptr++ = lightingType.light(bottomRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceTo (…)
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 2645 char *dptr; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 657 milliseconds

1 23