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

1 2

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusCachedBitmap.h 49 lastResult = DllExports::GdipCreateCachedBitmap(
65 Status lastStatus = lastResult;
66 lastResult = Ok;
GdiPlusFontFamily.h 21 lastResult (Ok)
32 lastResult = DllExports::GdipCreateFontFamilyFromName(
39 if ((INT) lastResult >= 10)
40 lastResult = NotFound;
51 lastResult = status;
68 GenericSansSerifFontFamily->lastResult =
74 if ((INT) GenericSansSerifFontFamily->lastResult >= 10)
75 GenericSansSerifFontFamily->lastResult = NotFound;
92 GenericSerifFontFamily->lastResult =
98 if ((INT) GenericSerifFontFamily->lastResult >= 10)
    [all...]
GdiPlusFont.h 22 lastResult = DllExports::GdipCreateFontFromDC(hdc, &font);
25 if ((INT) lastResult >= 10)
26 lastResult = NotFound;
44 lastResult = DllExports::GdipCreateFontFromLogfontA(hdc, &lf, &font);
46 lastResult = DllExports::GdipCreateFontFromDC(hdc, &font);
50 lastResult = DllExports::GdipCreateFontFromDC(hdc, &font);
54 if ((INT) lastResult >= 10)
55 lastResult = NotFound;
69 lastResult = DllExports::GdipCreateFontFromLogfontW(hdc, logfont, &font);
73 lastResult = DllExports::GdipCreateFontFromDC(hdc, &font);
    [all...]
GdiPlusFontCollection.h 34 lastResult = DllExports::GdipGetFontCollectionFamilyCount(
83 return lastResult;
90 lastResult = status;
91 return lastResult;
98 lastResult = DllExports::GdipNewInstalledFontCollection(&nativeFontCollection);
124 lastResult = DllExports::GdipNewPrivateFontCollection(&nativeFontCollection);
GdiPlusMetaFile.h 27 lastResult = Ok;
39 lastResult = DllExports::GdipCreateMetafileFromWmf(hWmf, deleteWmf, apmFileHeader, &metafile);
52 lastResult = DllExports::GdipCreateMetafileFromEmf(hEmf, deleteEmf, &metafile);
62 lastResult = DllExports::GdipCreateMetafileFromFile(filename, &metafile);
74 lastResult = DllExports::GdipCreateMetafileFromWmfFile(filename, apmFileHeader, &metafile);
84 lastResult = DllExports::GdipCreateMetafileFromStream(stream, &metafile);
98 lastResult = DllExports::GdipRecordMetafile(
116 lastResult = DllExports::GdipRecordMetafile(
134 lastResult = DllExports::GdipRecordMetafileI(
151 lastResult = DllExports::GdipRecordMetafileFileName(fileName,
    [all...]
GdiPlusBitmap.h 34 lastResult = DllExports::GdipLoadImageFromFile(filename, &nativeImage);
43 lastResult = DllExports::GdipLoadImageFromStream(stream, &nativeImage);
73 lastResult = DllExports::GdipLoadImageFromFileICM(
80 lastResult = DllExports::GdipLoadImageFromFile(
96 lastResult = DllExports::GdipLoadImageFromStreamICM(
103 lastResult = DllExports::GdipLoadImageFromStream(
149 return new Image(cloneimage, lastResult);
386 Image *newImage = new Image(thumbimage, lastResult);
568 Status lastStatus = lastResult;
569 lastResult = Ok;
    [all...]
GdiPlusMatrix.h 32 lastResult = DllExports::GdipCreateMatrix(&matrix);
46 lastResult = DllExports::GdipCreateMatrix2(m11, m12, m21, m22,
57 lastResult = DllExports::GdipCreateMatrix3(&rect,
69 lastResult = DllExports::GdipCreateMatrix3I(&rect,
88 if (lastResult != Ok)
254 Status lastStatus = lastResult;
255 lastResult = Ok;
289 lastResult = Ok;
301 return (lastResult = status);
308 mutable Status lastResult;
    [all...]
GdiPlusBrush.h 41 Brush *newBrush = new Brush(brush, lastResult);
62 Status lastStatus = lastResult;
63 lastResult = Ok;
101 lastResult = status;
113 return (lastResult = status);
119 mutable Status lastResult;
135 lastResult = DllExports::GdipCreateSolidFill(color.GetValue(), &brush);
154 return lastResult;
188 lastResult = DllExports::GdipCreateTexture(
206 lastResult = DllExports::GdipCreateTexture2(
    [all...]
GdiPlusimageAttributes.h 48 lastResult = DllExports::GdipCreateImageAttributes(&nativeImageAttr);
64 return new ImageAttributes(clone, lastResult);
358 Status lastStatus = lastResult;
359 lastResult = Ok;
376 lastResult = status;
387 return (lastResult = status);
394 mutable Status lastResult;
GdiPlusPen.h 37 lastResult = DllExports::GdipCreatePen1(color.GetValue(),
46 lastResult = DllExports::GdipCreatePen2(brush->nativeBrush,
59 lastResult = DllExports::GdipClonePen(nativePen, &clonePen);
61 return new Pen(clonePen, lastResult);
328 if (lastResult == Ok)
333 return lastResult;
462 Status lastStatus = lastResult;
463 lastResult = Ok;
497 lastResult = status;
509 return (lastResult = status);
    [all...]
GdiPlusLineCaps.h 35 lastResult = DllExports::GdipCreateCustomLineCap(
47 lastResult = Ok;
144 if (lastResult == Ok)
146 CustomLineCap *newLineCap = new CustomLineCap(newNativeLineCap, lastResult);
170 lastResult = DllExports::GdipCreateAdjustableArrowCap(
GdiPlusPath.h 32 lastResult = DllExports::GdipCreatePath(fillMode, &nativePath);
41 lastResult = DllExports::GdipCreatePath2(points,
54 lastResult = DllExports::GdipCreatePath2I(points,
135 return lastResult;
923 Status lastStatus = lastResult;
924 lastResult = Ok;
1007 lastResult = Ok;
1019 return (lastResult = status);
1026 mutable Status lastResult;
1045 lastResult = DllExports::GdipCreatePathIter(&iter, nativePath);
    [all...]
GdiPlusRegion.h 27 lastResult = DllExports::GdipCreateRegion(&region);
37 lastResult = DllExports::GdipCreateRegionRect(&rect, &region);
47 lastResult = DllExports::GdipCreateRegionRectI(&rect, &region);
57 lastResult = DllExports::GdipCreateRegionPath(path->nativePath, &region);
67 lastResult = DllExports::GdipCreateRegionRgnData(regionData, size, &region);
77 lastResult = DllExports::GdipCreateRegionHrgn(hRgn, &region);
492 Status lastStatus = lastResult;
493 lastResult = Ok;
GdiPlusHeaders.h 175 return (lastResult = status);
186 mutable Status lastResult;
258 mutable Status lastResult;
341 mutable Status lastResult;
378 mutable Status lastResult;
559 return (lastResult = status);
565 mutable Status lastResult;
747 lastResult = status;
759 return (lastResult = status);
766 mutable Status lastResult;
    [all...]
GdiPlusGraphics.h 61 lastResult = DllExports::GdipCreateFromHDC(hdc, &graphics);
71 lastResult = DllExports::GdipCreateFromHDC2(hdc, hdevice, &graphics);
83 lastResult = DllExports::GdipCreateFromHWNDICM(hwnd, &graphics);
87 lastResult = DllExports::GdipCreateFromHWND(hwnd, &graphics);
99 lastResult = DllExports::GdipGetImageGraphicsContext(
    [all...]
  /external/easymock/src/org/easymock/internal/
RecordState.java 35 private Result lastResult;
97 if (lastResult != null) {
100 lastResult = Result.createReturnResult(value);
106 if (lastResult != null) {
109 lastResult = Result.createThrowResult(throwable);
115 if (lastResult != null) {
118 lastResult = Result.createAnswerResult(answer);
124 if (lastResult != null) {
127 lastResult = Result.createDelegatingResult(delegateTo);
134 if (lastResult != null) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 315 Result lastResult = SUCCESS.createResult();
319 lastResult = scene.init(params.getTimeout());
320 if (lastResult.isSuccess()) {
321 lastResult = scene.inflate();
322 if (lastResult.isSuccess()) {
323 lastResult = scene.render(true /*freshRender*/);
331 return new BridgeRenderSession(scene, lastResult);
346 Result lastResult = SUCCESS.createResult();
350 lastResult = action.init(params.getTimeout());
351 if (lastResult.isSuccess())
    [all...]
BridgeRenderSession.java 194 /*package*/ BridgeRenderSession(RenderSessionImpl scene, Result lastResult) {
199 mLastResult = lastResult;
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp 655 int32_t lastResult = handlePrevious(fData->fReverseTable);
656 if (lastResult == UBRK_DONE) {
657 lastResult = 0;
660 result = lastResult;
673 lastResult = result;
679 // the result position that we are to return (in lastResult.) If
687 utext_setNativeIndex(fText, lastResult);
694 return lastResult;
    [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp 655 int32_t lastResult = handlePrevious(fData->fReverseTable);
656 if (lastResult == UBRK_DONE) {
657 lastResult = 0;
660 result = lastResult;
673 lastResult = result;
679 // the result position that we are to return (in lastResult.) If
687 utext_setNativeIndex(fText, lastResult);
694 return lastResult;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.13/
plexus-interpolation-1.13.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/
plexus-interpolation-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 

Completed in 219 milliseconds

1 2