Searched refs:mAttributes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPdfExporter.java30 private AwPdfExportAttributes mAttributes; field in class:AwPdfExporter
58 mAttributes = attributes;
78 mAttributes = null;
85 return mAttributes.pageWidth;
90 return mAttributes.pageHeight;
95 return mAttributes.dpi;
100 return mAttributes.leftMargin;
105 return mAttributes.rightMargin;
110 return mAttributes.topMargin;
115 return mAttributes
[all...]
H A DAwPrintDocumentAdapter.java31 private PrintAttributes mAttributes; field in class:AwPrintDocumentAdapter
46 mAttributes = newAttributes;
62 if (mAttributes.getMediaSize() == null) {
65 if (mAttributes.getResolution() == null) {
68 if (mAttributes.getMinMargins() == null) {
74 pdfAttributes.pageWidth = mAttributes.getMediaSize().getWidthMils();
75 pdfAttributes.pageHeight = mAttributes.getMediaSize().getHeightMils();
76 pdfAttributes.dpi = getPrintDpi(mAttributes);
77 pdfAttributes.leftMargin = mAttributes.getMinMargins().getLeftMils();
78 pdfAttributes.rightMargin = mAttributes
[all...]
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DShader.cpp543 mAttributes.clear();
560 for (AttributeArray::iterator attribute = mAttributes.begin(); attribute != mAttributes.end(); attribute++)
593 mAttributes.push_back(Attribute(parseType(attributeType), attributeName));
H A DShader.h166 AttributeArray mAttributes; member in class:gl::VertexShader
H A DProgramBinary.cpp1258 for (AttributeArray::iterator attribute = vertexShader->mAttributes.begin(); attribute != vertexShader->mAttributes.end(); attribute++)
1314 for (AttributeArray::iterator attribute = vertexShader->mAttributes.begin(); attribute != vertexShader->mAttributes.end(); attribute++)
1995 for (AttributeArray::iterator attribute = vertexShader->mAttributes.begin(); attribute != vertexShader->mAttributes.end(); attribute++)
2025 for (AttributeArray::iterator attribute = vertexShader->mAttributes.begin(); attribute != vertexShader->mAttributes.end(); attribute++)

Completed in 106 milliseconds