HomeSort by relevance Sort by last modified time
    Searched refs:area (Results 151 - 175 of 541) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/services/Car/service/src/com/android/car/
CarPropertyServiceBase.java 217 public void onPropertySetError(int property, int area) {
220 listener.onEvent(createErrorEvent(property, area));
229 private static CarPropertyEvent createErrorEvent(int property, int area) {
231 new CarPropertyValue<>(property, area, null));
  /packages/services/Car/service/src/com/android/car/hal/
HalServiceBase.java 67 public void handlePropertySetError(int property, int area) {}
PropertyHalServiceBase.java 58 void onPropertySetError(int property, int area);
199 public void handlePropertySetError(int property, int area) {
205 listener.onPropertySetError(property, area);
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 57 area = a;
62 area += a;
74 area = a;
133 if(m_cur_cell.area | m_cur_cell.cover) {
250 int area; local
262 area = two_fx * delta;
264 m_cur_cell.set_cover(delta, area);
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.cpp 70 // compare to CacheEntry objects based on VD area.
160 const size_t area = width*height; local
166 mPixelUsedByVDs += area;
167 mPixelAllocated += area;
179 auto freeRectIt = mFreeRects.lower_bound(area);
189 mPixelUsedByVDs += area;
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 411 TArea area; member in struct:TCell_
434 TArea area; member in struct:gray_TWorker_
504 ras.area = 0;
586 cell->area = 0;
600 if ( ras.area | ras.cover )
605 cell->area += ras.area;
647 ras.area = 0;
672 ras.area = 0;
717 ras.area += (TArea)(( fx1 + fx2 ) * delta)
821 TArea area; local
1407 TPos area; local
    [all...]
  /external/dng_sdk/source/
dng_image.cpp 205 const dng_rect & /* area */,
284 // Else we first need to get the srcArea into the buffer area.
293 // Find pattern phase at top-left corner of destination area.
298 // Find new source area at top-left of dstArea.
404 // Replicate this new source area.
752 const dng_rect &area,
761 dng_tile_iterator destIter(*this, area);
786 const dng_rect &area,
794 dng_tile_iterator destIter (*this, area);
827 const dng_rect &area)
    [all...]
dng_host.cpp 235 const dng_rect &area)
239 area,
dng_simple_image.cpp 162 const dng_rect &area,
166 buffer.fArea = area;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 104 const GLfloat area = majDx * botDy - botDx * majDy; variable
106 if (area * bf < 0 || area == 0 || IS_INF_OR_NAN(area))
108 ltor = (GLboolean) (area < 0.0F);
110 span.facing = area * swrast->_BackfaceSign > 0.0F;
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 104 OffscreenBuffer* BakedOpRenderer::copyToLayer(const Rect& area) {
105 const uint32_t width = area.getWidth();
106 const uint32_t height = area.getHeight();
109 if (!area.isEmpty() && width != 0 && height != 0) {
114 area.left, mRenderTarget.viewportHeight - area.bottom, width, height);
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 161 NativeImage *getNativeImage(JNIEnv *env, jobject image, jobject area = NULL) {
176 if (area == NULL) {
178 area = cropRect;
181 img->crop.left = env->GetIntField(area, gFields.fieldLeft);
182 img->crop.top = env->GetIntField(area, gFields.fieldTop);
183 img->crop.right = env->GetIntField(area, gFields.fieldRight);
184 img->crop.bottom = env->GetIntField(area, gFields.fieldBottom);
351 jclass /*clazz*/, jobject image, jobject area, jint y, jint u, jint v)
353 NativeImage *img = getNativeImage(env, image, area);
375 // this works best if crop area is eve
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ReferencePath.java 42 * @throws WaypointAreaCoveredException if the area covered by the user is too little.
94 * @throws WaypointAreaCoveredException if the area covered by the user is too little.
128 * @param point3 the location used to validate the area.
129 * @throws WaypointAreaCoveredException if the area covered by the user is too little.
135 /* The equation used to calculate the area is:
136 * area = 1/2|(Ax - Cx)*(By - Ay) - (Ax - Bx)*(Cy - Ay) */
140 float area = 0.5f * Math.abs((part1 - part2)); local
141 if (area <= MINIMUM_AREA_OF_TRIANGLE) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 43 import java.awt.geom.Area;
74 private Area mClip = null;
499 Area area = null; local
502 area = new Area(shape);
504 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
507 assert area != null;
510 if (area != null) {
512 layer.setClip(area);
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
SubscriptionManager.h 119 int32_t area,
128 int32_t area,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 29 // value of makeT() is not copied out of the args area of
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 29 // value of makeT() is not copied out of the args area of
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 163 int area = sizes[i].getWidth() * sizes[i].getHeight(); local
164 if (area > maxArea ||
165 (area == maxArea && sizes[i].getWidth() > maxSize.getWidth())) {
167 maxArea = area;
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/
SwitchRam.asm 49 sub rsp, 028h ; Allocate register spill area & 16-byte align stack
67 sub rsp, 028h ; Allocate register spill area & 16-byte align stack
  /external/ImageMagick/MagickCore/
statistic.h 34 area, member in struct:_ChannelStatistics
  /external/opencv/cv/src/
cvmatchcontours.cpp 278 area1 = tree_1.area;
279 area2 = tree_2.area;
314 w1 = ptr11[j]->area / area1;
326 w2 = ptr21[j]->area / area2;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
SubscriptionManager.cpp 162 int32_t propId, int32_t area, SubscribeFlags flags) const {
164 return getSubscribedClientsLocked(propId, area, flags);
168 int32_t propId, int32_t area, SubscribeFlags flags) const {
175 if (client->isSubscribed(propId, area, flags)) {
  /external/libpcap/
nametoaddr.c 425 u_int node, area; local
427 if (sscanf(s, "%d.%d", &area, &node) != 2)
430 *addr = (area << AREASHIFT) & AREAMASK;
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java 217 int area = 0; local
219 if (sizes[j].getHeight() * sizes[j].getWidth() > area) {
220 area = sizes[j].getHeight() * sizes[j].getWidth();
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 16 static int get_vm_area(unsigned long addr, struct vm_boundaries *area)
26 if (!area)
35 memset(area, 0, sizeof(struct vm_boundaries));
56 area->start = start;
57 area->end = end;

Completed in 1500 milliseconds

1 2 3 4 5 67 8 91011>>