Searched refs:bcp (Results 1 - 16 of 16) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py45 def _qCurveToOne(self, bcp, pt):
47 bounds = updateBounds(bounds, bcp)
72 def _qCurveToOne(self, bcp, pt):
75 if not pointInRect(bcp, bounds):
77 self._getCurrentPoint(), bcp, pt))
H A DpointInsidePen.py169 def _qCurveToOne_unfinished(self, bcp, point):
175 x2, y2 = bcp
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py45 def _qCurveToOne(self, bcp, pt):
47 bounds = updateBounds(bounds, bcp)
72 def _qCurveToOne(self, bcp, pt):
75 if not pointInRect(bcp, bounds):
77 self._getCurrentPoint(), bcp, pt))
H A DpointInsidePen.py169 def _qCurveToOne_unfinished(self, bcp, point):
175 x2, y2 = bcp
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag) argument
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag) argument
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlinemap.h59 * \param bcp pointer to return bytecode into
62 * \note If source line information is not available, bcp and sourcep targets
67 /*@null@*/ yasm_bytecode **bcp,
H A Dlinemap.c281 yasm_bytecode **bcp, const char **sourcep)
284 *bcp = NULL;
289 *bcp = linemap->source_info[line-1].bc;
280 yasm_linemap_get_source(yasm_linemap *linemap, unsigned long line, yasm_bytecode **bcp, const char **sourcep) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp339 PWL_CREATEPARAM bcp = cp; local
340 bcp.pParentWnd = this;
341 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND;
342 bcp.sBackgroundColor = PWL_SCROLLBAR_BKCOLOR;
343 bcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
344 bcp.dwBorderWidth = 2;
345 bcp.nBorderStyle = PBS_BEVELED;
346 bcp.eCursorType = FXCT_ARROW;
348 m_pButton->Create(bcp);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dmain.java185 String bcp = commandLine.getOptionValue("c");
186 if (bcp != null && bcp.charAt(0) == ':') {
187 options.addExtraClassPath(bcp);
190 options.setBootClassPath(bcp);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatditf_test.h[all...]

Completed in 1017 milliseconds