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

1 2

  /external/skia/tests/
PathOpsTightBoundsTest.cpp 22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
  /external/skqp/tests/
PathOpsTightBoundsTest.cpp 22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
67 for (int lIndex = 0; lIndex < lineCount; ++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...]
comadmin.h     [all...]
control.h     [all...]
iiisext.h     [all...]
  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 205 for (int lIndex = 0; lIndex < 2; ++lIndex) {
206 double lineT = (double) lIndex;
211 (*fLine)[lIndex], (*fLine)[!lIndex]);
215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]);
SkDCubicLineIntersection.cpp 300 for (int lIndex = 0; lIndex < 2; ++lIndex) {
301 double lineT = (double) lIndex;
306 fLine[lIndex], fLine[!lIndex]);
310 fIntersections->insert(cubicT, lineT, fLine[lIndex]);
SkDQuadLineIntersection.cpp 305 for (int lIndex = 0; lIndex < 2; ++lIndex) {
306 double lineT = (double) lIndex;
311 (*fLine)[lIndex], (*fLine)[!lIndex]);
315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]);
SkPathOpsTSect.h     [all...]
  /external/skqp/src/pathops/
SkDConicLineIntersection.cpp 205 for (int lIndex = 0; lIndex < 2; ++lIndex) {
206 double lineT = (double) lIndex;
211 (*fLine)[lIndex], (*fLine)[!lIndex]);
215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]);
SkDCubicLineIntersection.cpp 300 for (int lIndex = 0; lIndex < 2; ++lIndex) {
301 double lineT = (double) lIndex;
306 fLine[lIndex], fLine[!lIndex]);
310 fIntersections->insert(cubicT, lineT, fLine[lIndex]);
SkDQuadLineIntersection.cpp 305 for (int lIndex = 0; lIndex < 2; ++lIndex) {
306 double lineT = (double) lIndex;
311 (*fLine)[lIndex], (*fLine)[!lIndex]);
315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]);
SkPathOpsTSect.h     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 83 ovutils::eDest lIndex;
297 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 86 ovutils::eDest lIndex;
302 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]
  /external/pdfium/third_party/libopenjpeg20/
mct.c 554 OPJ_UINT32 i, j, lIndex;
561 lIndex = i;
564 lCurrentValue = lMatrix[lIndex];
565 lIndex += pNbComps;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 208 ovutils::eDest lIndex;
hwc_mdpcomp.cpp 989 pipe_info.lIndex = ovutils::OV_INVALID;
995 pipe_info.lIndex = getMdpPipe(ctx, type);
996 if(pipe_info.lIndex == ovutils::OV_INVALID)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 88 ovutils::eDest lIndex;
334 ovutils::eDest lIndex;
hwc_mdpcomp.cpp     [all...]

Completed in 831 milliseconds

1 2