Searched refs:gMap (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeDisplacementMap.cpp | 60 static constexpr std::tuple<const char*, SkSVGFeDisplacementMap::ChannelSelector> gMap[] = { in parse() local 67 return this->parseEnumMap(gMap, channel) && this->parseEOSToken(); in parse()
|
H A D | SkSVGFeMorphology.cpp | 43 static constexpr std::tuple<const char*, SkSVGFeMorphology::Operator> gMap[] = { in parse() local 48 return this->parseEnumMap(gMap, op) && this->parseEOSToken(); in parse()
|
H A D | SkSVGFeBlend.cpp | 51 static constexpr std::tuple<const char*, SkSVGFeBlend::Mode> gMap[] = { in parse() local 59 return this->parseEnumMap(gMap, mode) && this->parseEOSToken(); in parse()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pixeltransfer.c | 89 const GLfloat *gMap = ctx->PixelMaps.GtoG.Map; in _mesa_map_rgba() local 99 rgba[i][GCOMP] = gMap[(int)_mesa_lroundevenf(g * gscale)]; in _mesa_map_rgba() 117 const GLfloat *gMap = ctx->PixelMaps.ItoG.Map; in _mesa_map_ci_to_rgba() local 123 rgba[i][GCOMP] = gMap[index[i] & gmask]; in _mesa_map_ci_to_rgba()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 112 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 114 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
H A D | tsc.js | 80 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 81 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
H A D | tsserverlibrary.js | 131 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 133 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
H A D | typescript.js | 122 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 124 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
H A D | typescriptServices.js | 122 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 124 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
H A D | tsserver.js | 132 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 134 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 317 var gMap = globals === null || globals === void 0 ? void 0 : globals.Map; 319 return typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; [all...] |
Completed in 178 milliseconds