HomeSort by relevance Sort by last modified time
    Searched refs:lIndex (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection.cpp 175 for (int lIndex = 0; lIndex < 2; lIndex++) {
176 if (cubic[cIndex] == line[lIndex]) {
177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]);
LineQuadraticIntersection.cpp 210 for (int lIndex = 0; lIndex < 2; lIndex++) {
211 if (quad[qIndex] == line[lIndex]) {
212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]);
  /external/skia/experimental/Intersection/
LineCubicIntersection.cpp 175 for (int lIndex = 0; lIndex < 2; lIndex++) {
176 if (cubic[cIndex] == line[lIndex]) {
177 intersections.insert(cIndex >> 1, lIndex, line[lIndex]);
LineQuadraticIntersection.cpp 210 for (int lIndex = 0; lIndex < 2; lIndex++) {
211 if (quad[qIndex] == line[lIndex]) {
212 intersections.insert(qIndex >> 1, lIndex, line[lIndex]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdatsrc.h 98 virtual HRESULT WINAPI getDataMemberName(__LONG32 lIndex,DataMember *pbstrDM) = 0;
110 HRESULT (WINAPI *getDataMemberName)(DataSource *This,__LONG32 lIndex,DataMember *pbstrDM);
124 #define DataSource_getDataMemberName(This,lIndex,pbstrDM) (This)->lpVtbl->getDataMemberName(This,lIndex,pbstrDM)
132 HRESULT WINAPI DataSource_getDataMemberName_Proxy(DataSource *This,__LONG32 lIndex,DataMember *pbstrDM);
mtxadmin.h 262 virtual HRESULT WINAPI get_Item(__LONG32 lIndex,IDispatch **ppCatalogObject) = 0;
264 virtual HRESULT WINAPI Remove(__LONG32 lIndex) = 0;
289 HRESULT (WINAPI *get_Item)(ICatalogCollection *This,__LONG32 lIndex,IDispatch **ppCatalogObject);
291 HRESULT (WINAPI *Remove)(ICatalogCollection *This,__LONG32 lIndex);
318 #define ICatalogCollection_get_Item(This,lIndex,ppCatalogObject) (This)->lpVtbl->get_Item(This,lIndex,ppCatalogObject)
320 #define ICatalogCollection_Remove(This,lIndex) (This)->lpVtbl->Remove(This,lIndex)
337 HRESULT WINAPI ICatalogCollection_get_Item_Proxy(ICatalogCollection *This,__LONG32 lIndex,IDispatch **ppCatalogObject);
341 HRESULT WINAPI ICatalogCollection_Remove_Proxy(ICatalogCollection *This,__LONG32 lIndex);
    [all...]
gpmgmt.h     [all...]
control.h     [all...]
comadmin.h     [all...]
iiisext.h     [all...]
dmusicf.h 628 LONG lIndex;
    [all...]
xenroll.h     [all...]
msxml.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 675 int32_t lIndex = 0;
685 for (lIndex = 0; ; lIndex += 1) {
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
693 lIndex -= 1;
706 lIndex = 0;
709 tIndex = ++lIndex;
749 const CEI lastCEI = *target->prevCE(lIndex);
    [all...]
  /external/icu/icu4c/source/layout/
HangulLayoutEngine.cpp 113 le_int32 lIndex = lead - LJMO_FIRST;
118 if ((lIndex < 0 || lIndex >= LJMO_COUNT ) || (vIndex < 0 || vIndex >= VJMO_COUNT)) {
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mct.c 326 OPJ_UINT32 i,j,lIndex;
333 lIndex = i;
336 lCurrentValue = lMatrix[lIndex];
337 lIndex += pNbComps;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 83 ovutils::eDest lIndex;
296 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 75 ovutils::eDest lIndex;
277 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 208 ovutils::eDest lIndex;
hwc_mdpcomp.cpp 985 pipe_info.lIndex = ovutils::OV_INVALID;
991 pipe_info.lIndex = getMdpPipe(ctx, type);
992 if(pipe_info.lIndex == ovutils::OV_INVALID)
996 pipe_info.lIndex = getMdpPipe(ctx, type);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 217 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 314 int lIndex = reply.readInt32();
315 if (index) *index = lIndex;
    [all...]

Completed in 738 milliseconds

1 2